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 |
Explain the difference between jvm and jre?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What is the main purpose of java?
How we can run a jar file through command prompt in java?
In which language JVM (Java Virtual Machine) is implemented
What about features of local inner class?
What is slash r?
What is difference between this and super keyword?
why would you use a synchronized block vs. Synchronized method? : Java thread
how to handle exceptions in ejb?
Can we declare variables inside a method as Final Variables?
What are uses of Hash Code?