Answer Posted / satyam
A 16-bit character encoding used in Java.Unicode allows
Java to handle international characters for most of the
world’s living languages, including Arabic, Armenian,
Bengali, Bopomofo, Chinese (via unified Han), Cyrillic,
English, Georgian, Greek, Gujarati, Gurmukhi, Hebrew, Hindi
(Devanagari), Japanese (Kanji, Hiragana and Katakana via
unified Han), Kannada, Korean (Hangul via unified Han),
Lao, Maylayalam, Oriya, Tai, Tamil, Telugu, Tibetan…
Unicode will make it much easier for non-English speaking
programmers to write programs for English speaking users
and vice versa.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is unicode full form?
What is java util?
whatis Home interface and Remoteinterface? with example?
How to add menushortcut to menu item?
can I implement my own start() method? : Java thread
Can there be an abstract method without an abstract class?
How does hashmap work in java ?
What is heterogeneous in java?
What is the nested interface?
How are the elements of a gridbaglayout organized?
Explain creating threads by implementing runnable class?
Do I need to import java.lang package any time? Why?
what is use of functional interface in java 8?
How the metacharacters are different from the ordinary characters?
What is the difference between instanceof and isinstance?