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 |
Can we convert stringbuffer to string?
Is java type safe?
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
What is object class in java?
What is percentage in java?
Is empty .java file name a valid source file name?
What is sizeof () operator?
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
How the metacharacters are different from the ordinary characters?
How can we create objects if we make the constructor private ?