How many bits are allocated to represent character of
character sets - Unicode, ASCII, UTF-16, UTF-8?
Answer / 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 |
what models are available for event handling?
Why we use protected in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is meant by class loader? How many types are there? When will we use them?
In what ways you can handle exception ?
What is the size of a string in java?
What is difference between static and abstract class?
What is the maximum size of list in java?
What is jdbc api?
What is unmodifiable list in java?
Can you have two constructors in java?
What are variable arguments or varargs?