What is UNICODE?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
Is singleton class thread safe?
What are white spaces in java?
Adapter classes?
can abstract class have constructor how can you achive this ?
What is void class in java?
Explain the difference between Unicast and Multicast objects?
Which data type is a class in java?
Explain exception chaining in java?
Name the package that always imported by default?
What are class members by default?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?