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
Why stringbuilder is not thread safe?
What are the differences between stringbuffer and stringbuilder?
Can an unreferenced object be referenced again?
Can we create an object of private class?
Can a abstract class be declared final?
Why we do exception handling in java and how many types of exceptions are there?
Does constructor creates the object ?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Explain polymorphism citing an example.
Can I declare class as static or private?
Is a boolean variable?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is the use of generics? When was it added to the Java development Kit?
What do you mean Abstraction in java?
What are the rules for naming an array?