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
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
How are the elements of a gridbaglayout organized?
How would you use Bubble Sort to sort the number of elements?
What is internal iteration in java se 8?
What are methods in java?
Why stringbuffer is faster than string?
Is a method a function?
How do you check if two strings are equal in java?
What is use of functional interface in java 8? Explain
What do you mean by ternary operator in java?
Can we override private method?
What is void class in java?
Is alive and join method in java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What are the drawbacks for singleton class?