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 meant by flickering?
What is garbage collector?
What is the difference between java applets and applications?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is the purpose of tostring() method in java?
Is string a wrapper class?
What does a method signature consist of?
What is an accessor?
Is special character in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
how do I create a runnable with inheritance? : Java thread
State the merge-sort principle and its time complexity.
Is java a digit method?
What are 4 pillers of object orinted programming?
How do you define a parameter?