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 are the steps in the jdbc connection?
Is class is a data type?
Describe the Big-O Notation.
What are the advantages and disadvantages of object cloning?
What is the same as procedures?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
List out benefits of object oriented programming language?
What is the purpose of nested class in java?
What are the rules for naming an array?
What modifiers are used with an inner class which is a member of an outerclass?
Can you give few examples of final classes defined in java api?
Why generics are used in java?