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 boolean law?
Differentiate between run time error and syntax error.
How variables are declared?
How do you achieve singleton?
How to create a base64 decoder in java8?
What Method and class used for Connection pooling ?
What is difference between calling start() and run() method of thread?
What is a marker interface?
What is Yield() method when we r using this ? tell exactly
What are the parameters used in Connection pooling?
What is array and arraylist in java?
Why we cannot override static method?