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 is formatted output?
Can size_t be negative?
what is difference between interface and abstract class..?
Differentiate between a constructor and a method? Can we mark constructors final?
what is difference betwenn Access Specifier and Access Modifier ????
What is the difference between checked exception and unchecked exception?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is the output of the below java program?
why is S capital in System.out.println ????
Why there are some null interface in java? What does it mean?
What is a buffer in java?
Write a java program to count the number of words present in a string?