What is UNICODE?
Answers were Sorted based on User's Feedback
Answer / janet
Unicode is used for internal representaion of characters
and strings and it uses 16 bits to represent each other.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kasper
unicode represents unique representation for any language
character so java character length is of 16 bits
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / priya
Unicode provides a unique number for every character,
no matter what the platform,
no matter what the program,
no matter what the language.
| Is This Answer Correct ? | 5 Yes | 3 No |
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
what is the difference between pagecontext and servletcontext?
What classes of exceptions may be caught by a catch clause in java programming?
What is anagram number?
what is Abstract DataType?
Can you override static methods?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is java 9 released?
How to override a equals() method and what is the use?
Does .length start 0 java?
which class is the wait() method defined in? : Java thread
what is deadlock in threads? with example