Computer Applications
Why does Java use the Unicode character set?
Values & Data Types Java
17 Likes
Answer
Unicode can represent nearly all languages of the world like English, Hindi, Bengali, Kannada, Arabic, Japanese, etc. Java uses unicode so that applications developed using Java can support a wide range of languages rather than just being limited to English.
Answered By
10 Likes
Related Questions
State whether the following statement is True or False :
If a literal constant contains a decimal point, then it is of the type double by default.
State whether the following statement is True or False :
A variable can be used in a Java program even if it has not been declared.
What are escape sequences in Java? Give three examples.
What is the result of evaluating the following expression?
(3 + 6 * 7) / 3 + 2