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 |
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
What's the purpose of using break in each case of switch statement?
What are triggers in DB? Explain their types. How do they work?
What is a thin-client application?
what is optional in java 8?
What is the format of Inner Class after it compiled?
How to sort an array from smallest to largest java?
What does system.gc() and runtime.gc() methods do?
What happens if we override only equals?
Why is serialization required?
What is difference between core java and java ee?
What things should be kept in mind while creating your own exceptions in java?