How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?

Answers were Sorted based on User's Feedback



How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?..

Answer / kala

for all characters in java used 2 bytes.

Is This Answer Correct ?    4 Yes 0 No

How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?..

Answer / stalin

for unicode 1-6 bits,utf-16 16 bits,utf-8 8 bits

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is thread pool? How can we create thread pool in java?

0 Answers  


can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?

1 Answers   Systematix,


What are different type of exceptions in java?

0 Answers  


What's the default access specifier for variables and methods of a class?

0 Answers  


Why do we need autoboxing in java?

0 Answers  






What is multi level inheritance in java?

0 Answers  


What are variable arguments or varargs?

0 Answers  


What are the approaches that you will follow for making a program very efficient?

0 Answers  


What about interrupt() method of thread class ?

0 Answers  


How to connect to a remote database using Applet?

0 Answers  


what is the use of reference variable

6 Answers  


Can we serialize singleton class?

0 Answers  


Categories