KwickClips Java · 44 sec · free
How big is a char in Java?
Short answer. 2 bytes, because Java uses Unicode.
What is the byte range?
-128 to 127.
Sizes in bytes
| Types | Bytes |
|---|---|
| byte / short | 1 / 2 |
| int / float | 4 |
| long / double | 8 |
| char | 2 (Unicode) |
Remember
| byte range: -128 to 127 |
| boolean: true or false |
In C, a char is one byte. In Java? Here are the sizes. Byte one, short two. Int and float four. Long and double eight. Char is two bytes, for Unicode. Byte runs minus one twenty eight to one twenty seven. Boolean is true or false.
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
Is String a primitive type?41 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.

