Answer Posted / guru
unicode is the universal code. In language like java the
applications can be developed in diff types of OS and
deployed in diff OS because of its Portability feature.
Since it is used in various types of OS across the world,
the type of data (eng,latin etc) needs to be stored, in
such situation java uses Unicode instead of ASCII code to
accept the data of different types and used across the world
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you sort in descending order in java using collections sort?
Difference between static and dynamic class loading.
What are the wrapped, classes?
What does opcode mean?
What is the use of string and stringbuffer?
What is meant by overloading?
Can we catch more than one exception in single catch block?
What is use of set in java?
Which number is denoted by leading zero in java?
Explain the difference between transient and volatile in java?
What does .equals do in java?
How do you break a loop?
What is difference between call by value and call by reference?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is the largest long allowed by java?