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

How do you sort words in java?

0 Answers  


What is string syntax?

0 Answers  


What are actual parameters?

0 Answers  


what is the difference between multitasking and multithreading?

21 Answers   TCS,


What is the purpose of garbage collection in java?

0 Answers  






how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


What are the OOPS concepts in Java ?

4 Answers   Satyam,


Can we override the private methods?

0 Answers  


Define reflection.

0 Answers  


What is collection api?

0 Answers  


When should I use abstract classes and when should I use interfaces?

2 Answers  


Can java hashmap have duplicate keys?

0 Answers  


Categories