Advertisements
Advertisements
Question
How many bytes a char data type occupies in the memory?
Options
2
8
4
16
MCQ
Solution
2
Explanation:
In Java, the char data type takes up two bytes (16 bits) in memory. Java's char encoding is UTF-16, allowing it to represent Unicode characters.
shaalaa.com
Is there an error in this question or solution?