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 |
Give few difference between constructor and method?
What is arrays fill in java?
Why cant we define System.out.println() inside a class directly?
Is null an object java?
Explain the difference between static and dynamic binding in java?
How do you write a good declaration?
Why are the destructors for base class and derived class called in reverse order when the program exits
Explain differences between checked and unchecked exceptions in java?
What is a numeric format?
What is unicode datatype?
What are operators and its types?
What causes memory leak in java?