How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?
Answer Posted / stalin
for unicode 1-6 bits,utf-16 16 bits,utf-8 8 bits
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What happens if we override only equals?
What is the difference between Grid and Gridbaglayout?
Can a boolean be null java?
If try block is successfully executed, Then Is Finally block executed?
How to perform quicksort in java?
Explain different forms of polymorphism?
What is a package in java? List down various advantages of packages.
How to use arraylist in java netbeans?
What is Garbage Collection in Java
How do you do descending order in java?
For class CFoo { }; what default methods will the compiler generate for you>?
What is 16 bits called?
What is function and its uses?
What is the importance of hashcode() and equals() methods?
How can we create objects if we make the constructor private ?