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 |
What is the list interface?
What is the difference between Stream Reader and Stream Writer?
What is tcp and udp?
Can extern variables be initialized?
What is the maximum size of a string in java?
What is update method called?
what is the difference between preemptive scheduling and time slicing? : Java thread
Difference between object instantiation and construction ?
Explain the difference between jdk, jre, and jvm?
How do you clear an arraylist in java?
What is the difference between object oriented programming language and object based programming language?
Explain the difference between map and flatmap stream operation?