KwickClips Java · 41 sec · free
Is 010 equal to 10?
Short answer. No. The leading zero makes it octal, so 010 is 8.
What is the difference between 'A' and "A"?
Single quotes make a char; double quotes make a String.
Six kinds of literal
| Kind | Example |
|---|---|
| Integer | 90, 010, 25L |
| Real | 3.14, 2.5f |
| char, String | 'A', "Hi" |
| boolean, null | true, null |
Remember
| 010 is octal: 8 |
| 'A' char, "A" String |
In Java, zero one zero is not ten. Six kinds. Integers, where a leading zero means octal. Reals. Char and String. Boolean and null. Zero one zero is eight. Single quotes for char, double for String.
This clip is from the full lesson: Java Tokens: Keywords, Identifiers, Literals, Separators and Comments — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Information Technology (802), GSEB Std 12 Computer Studies, Programming All levels Java, Programming All levels Java
More KwickClips from this lesson
How many tokens are in int marks = 90;?43 sec
Can you name a variable int?43 sec
Is 2ndTerm a valid Java name?43 sec
How do you print a double quote inside a String?43 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.

