How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the difference between hashset and treeset in java?

0 Answers  


Can we use this () and super () in a method?

0 Answers  


How can you handle java exceptions?

0 Answers  


Why java is made?

0 Answers  


what is meant wrapper classes?

0 Answers  






byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


posted in online test

1 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,


wat is class level lock and object level lock

3 Answers   HCL, Persistent,


What is a char in java?

0 Answers  


Explain about static nested classes in java?

0 Answers  


Can a class have multiple constructors?

0 Answers  


Categories