What is unicode?

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


Please Help Members By Posting Answers For Below Questions

What 5 doubled?

498


Difference between static and dynamic class loading.

573


Difference between notify() method and notifyall() method in java?

540


What is the size of boolean variable?

566


What is the purpose of file class?

538






What is thread synchronization in java?

475


What is printwriter in java?

503


What do you understand by the term singleton?

573


What are the features of junit?

588


Can we use string in the switch case?

567


What is a platform?

532


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

604


Why we used break and continue statement in java?

547


How long will it take to learn java?

496


What is a list in java?

493