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
What is Gang of four design patterns
What is the difference between compare and compareto in java?
What is formatted output in java?
Can we inherit inner class?
What are multiple inheritances? Is it supported by java?
What is internal variable?
What are constants and how to create constants in java?
What is boolean example?
Is static a keyword in java?
What is constructor chaining in java?
What are strings in physics?
What does business logic mean?
Is it possible to write a regular expression to check if string is a number?
What is return in java?
Why spring singleton is not thread safe?