What is the range of the char type?

Answers were Sorted based on User's Feedback



What is the range of the char type?..

Answer / pkr_reddy

char is a 16 bit type range from 0 to 65536.

Is This Answer Correct ?    5 Yes 2 No

What is the range of the char type?..

Answer / leo zhao

0-65535 for an unsinged 16 bit

Is This Answer Correct ?    3 Yes 1 No

What is the range of the char type?..

Answer / bhushan

16 bit, range 0-65535

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

Explain the public class modifier?

0 Answers  


What is the declaration statement?

0 Answers  


what is default constructor and parameterised constructor with example?

1 Answers   KPIT,


Are arrays classes in java?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  






What is thread life cycle?

0 Answers  


Which containers use a FlowLayout as their default layout?

3 Answers  


Is void a data type?

0 Answers  


How can constructor chaining be done by using the super keyword?

0 Answers  


How do u pass data from one jsp to another jsp?

3 Answers   Fidelity,


Difference between Linked list and Queue?

0 Answers   Virtusa,


Can we change the scope of the overridden method in the subclass?

0 Answers  


Categories