How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?
Answer Posted / kala
for all characters in java used 2 bytes.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is integer valueof?
What does += mean coding?
What is an example of a constant variable?
How to implement a multithreaded applet?
What is difference between stringbuffer and string?
Why string is not thread safe?
Explain restrictions for using anonymous inner classes?
what are different ways in which a thread can enter the waiting state? : Java thread
If we don’t want some of the fields not to serialize how to do that?
What is a heavyweight component?
What is the new line character?
What is Major and importance difference between for and foreach loop ?
Write a program to print fibonacci series
What is finalize() function in java?