Advertisements
Advertisements
Question
There are 128 set of different characters used in a Java program.
Options
True
False
MCQ
True or False
Solution
This statement is False.
Explanation:
In Java, the character set is Unicode, which provides for a significantly wider range of characters than merely 128. The standard ASCII character set is comprised of 128 characters, while Java employs UTF-16 encoding, which covers over 65,000 characters, including symbols from numerous languages and scripts worldwide.
shaalaa.com
Is there an error in this question or solution?