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 |
How do you stop a thread in java?
What are some alternatives to inheritance?
Why to give the file name same as the public class name in java?
How do you sort in descending order in java using collections sort?
What is mysql driver class name?
What is the difference between actual and formal parameters?
Explain restrictions on using enum?
What is rmi and steps involved in developing an rmi object?
What is immutability in java?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Can java inner class be static?
Why wait and notify methods are declared in object class?