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 |
Is it compulsory to have atleast one abstract method in abstract class?
What is lambda expression in java?
what is inner class?
explain different ways of using thread? : Java thread
Can any one say how will sort map objects in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What are scriptlets?
what should do when using multiple catch() block & what should never do for the same?
What is the immediate superclass of the Dialog class?
Is there any use of an abstract class which has no methods and no attributes?
what is thread? : Java thread
What is contract between hashcode and equal method?