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 |
Is it possible for yielded thread to get chance for its execution again ?
where to use join method and explain with real time senario?and programatical explenation also..
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are static blocks and static initalizers in java ?
What is package private scope in java?
What are the types of methods in java?
How do I get the | symbol on my keyboard?
what do you understand by synchronization? : Java thread
how to fing linkedlist is circular or not?
What is difference between hash mapping and hash table?
What do you mean by the term transient?
How does hashset works in java?