KwickClips Java · 41 sec · free
Is String a primitive type?
Short answer. No. String is a reference type.
Can an int be null?
No. Only reference variables can be null.
Primitive vs reference
| Point | Primitive | Reference |
|---|---|---|
| Holds | value | address |
| Example | int | String |
| null? | no | yes |
Remember
| String, arrays: reference |
| Reference can be null |
String is used everywhere. But is it a primitive? No. Here is the difference. A primitive holds the value. A reference holds an address. Only references can be null. String and arrays are references. References can be null.
This clip is from the full lesson: Data Types, Variables and Constants in Java — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Information Technology (802), ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 10 Computer Applications
More KwickClips from this lesson
How big is a char in Java?44 sec
Why won't my program compile after int total;?37 sec
What does final do?36 sec
What does an int field with no value print?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

