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 |
What is difference between iterator and enumeration in java?
Explain break statement and continue statement?
What is difference between static method and static variable?
What is java thread dump, how can we get java thread dump of a program?
How do you use spaces in java?
What are the limitations of procedural programming approach?
how to make a un-checked exception as a checked exception one.
What is meant by object?
What are the advantages of exception handling in java?
Difference between collection, collection and collections in java?
Why there is no call by reference in java?
Explain Big-O notation with an example