Answer Posted / rohan mendez
Unicode is a Character encoding, which provides a system of numbers to represent characters in a digital device such as computers. java uses UTF-16 encoding scheme of Unicode, which represent each character in one or two sequence of 16 bit bytes, these bytes are called code units.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we pass a primitive type by reference in java? How
What is a return in java?
What are the actions that can occur when a thread enters blocked state?
What is a singleton in genetics?
What are the characteristics of Final,Finally and Finalize keywords.
What is the significance of listiterator?
What are 5 boolean operators?
What is the main purpose of serialization in java?
how to run ecllipse with jettyserver for windows environment using batch file
What does mean in regex?
what is the difference between preemptive scheduling and time slicing? : Java thread
Which browsers work with java?
How does system arraycopy work in java?
How can we achieve thread safety in java?
Can you instantiate the math class in Java?