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
What is an i/o filter?
Is a boolean variable?
What is the latest java version?
What is a double?
What is a return in java?
what are three ways in which a thread can enter the waiting state? : Java thread
Why map is used in java?
What is the difference between stringbuffer and stringbuilder class?
What is join () in java?
What is bubble sort in java?
What is public/private protected in java?
Is java call by value?
is it possible to instantiate the math class?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Can we use static class instead of singleton?