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 is an immutable class?
How many statements can be created with one connection in jdbc?
whats the diff between jsp and servlets?
In how many ways we can the thread? in java
What is the use join() in Threads ?
what are literals in java?
Explain wrapper classes in java?
What is size of int in java?
Can multiple catch statements be used in exceptions ?
How many decimal digits is 64 bit?
What is string length in java?
Why local variables are stored in stack?