J2SE Question:

What is Unicode?

J2SE Interview Question
J2SE Interview Question

Answer:

A 16-bit character set defined by ISO 10646. See also ASCII. All source code in the Java programming environment is written in Unicode.


Previous QuestionNext Question
What is synchronized?What is thin client?