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 does microservices mean?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
What are the types of web technologies?
What does += mean in java?
What is bubble sort in java?
What is the difference between static class and normal class?
Distinguish method overloading and overriding
Is nullpointerexception checked or unchecked?
What is object data type?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
what is the volatile modifier for? : Java thread