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
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is ascii format?
What value is a variable of the string type automatically initialized?
What is a priority queue java?
What is an abstract class and what is it’s purpose?
What happens to a static var that is defined within a method of a class?
What is t in generics in java?
What about static nested classes in java?
How do you test a method for an exception using junit?
What are the five major types of reference sources?
List primitive java types?
What is the difference between equals() and == in java?
Can this keyword be used to refer static members?
What is the statements?
What are the different types of java?