How many bits are allocated to represent character of
character sets - Unicode, ASCII, UTF-16, UTF-8?
Answer Posted / guest
Unicode----16 bits
ASCII-------8
UTF-16-------16,18 AND LARGER BIT PATTERNS
UTF-8---------8,16 AND18
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
If I only change the return type, does the method become overloaded?
How do you calculate square roots?
What is the difference between path and classpath variables?
What are the differences between the constructors and methods?
How does callback work in java?
Can singleton class be cloned?
When does an object becomes eligible for garbage collection in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is a java string?
What is listnode in java?
What is matcher in java?
What is hashset in java?
what is meant wrapper classes?
Name four container classes.
Is void a wrapper class?