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

can we access the method of class without creating the object of the class

3 Answers  


What is the longest unicode character?

0 Answers  


Can we declare main () method as non static?

0 Answers  


Why array is used in java?

0 Answers  


What is this () in java?

0 Answers  






What is logical variable?

0 Answers  


Differentiate jar and war files?

0 Answers  


What are methods?

0 Answers  


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

0 Answers   Mphasis,


Should a main method be compulsorily declared in all java classes?

0 Answers  


What is annotation in java?

0 Answers  


How do you escape in java?

0 Answers  


Categories