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
What is a war file?
What is main function purpose?
What is jrmp?
How do you declare an array in java?
What are the limitations of procedural programming approach?
Is java call by reference?
Can we declare an interface as final?
What is the purpose of final keyword and when to use it?
What type of value does sizeof return?
What is method in java ?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Why vector class is used?
Explain the overview of UDP messaging.
What is the difference between the paint() and repaint() methods in java programming?
Which collection is thread safe in java?