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 |
How do you sort words in java?
What is string syntax?
What are actual parameters?
what is the difference between multitasking and multithreading?
What is the purpose of garbage collection in java?
how to print a numbers from 1 to 100 with out using control structures?
What are the OOPS concepts in Java ?
Can we override the private methods?
Define reflection.
What is collection api?
When should I use abstract classes and when should I use interfaces?
Can java hashmap have duplicate keys?