What is UNICODE?

Answers were Sorted based on User's Feedback



What is UNICODE?..

Answer / janet

Unicode is used for internal representaion of characters
and strings and it uses 16 bits to represent each other.

Is This Answer Correct ?    8 Yes 1 No

What is UNICODE?..

Answer / kasper

unicode represents unique representation for any language
character so java character length is of 16 bits

Is This Answer Correct ?    3 Yes 0 No

What is UNICODE?..

Answer / priya

Unicode provides a unique number for every character,
no matter what the platform,
no matter what the program,
no matter what the language.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Core Java Interview Questions

Can we convert stringbuffer to string?

0 Answers  


Is java type safe?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


What is object class in java?

0 Answers  


What is percentage in java?

0 Answers  


Is empty .java file name a valid source file name?

0 Answers  


What is sizeof () operator?

0 Answers  


What are access specifiers in java ?

0 Answers   Akamai Technologies,


What is an empty class? What functionality does it offer in Java?

0 Answers   Deloitte, EXL, JPMorgan Chase,


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


How the metacharacters are different from the ordinary characters?

0 Answers  


How can we create objects if we make the constructor private ?

0 Answers  


Categories