How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?
Answers were Sorted based on User's Feedback
Answer / stalin
for unicode 1-6 bits,utf-16 16 bits,utf-8 8 bits
| Is This Answer Correct ? | 2 Yes | 2 No |
Name the method that used to clear the buffer ?
What is difference between equals and hashcode method?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
What is static import in java?
What is difference in between java class and bean?
how to create constants in java?
What does super keyword do?
What is function overriding and overloading in java?
What is array size in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Is there a sort function in java?
How the threads are synchronized?