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 is final different from finally and finalize in java?
What is the platform?
What are the types of casting?
What is the difference between java applets and applications?
What is busy spin, and why should you use it?
Which is easier netbeans or eclipse?
When should you use arraylist and when should you use linkedlist?
What are the legal parameters?
What is jit compiler in java?
Is java still necessary?
Why is multiple inheritance not supported in java?
Which access specifier can be used with class ?
What is the constructor?
What is floor math?
What is meant by main method?