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

4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


Why is serialization required?

0 Answers  


Explain constructors and types of constructors in java.

0 Answers  


What is an i/o filter?

0 Answers  


What is operator?

3 Answers  






What is update method called?

0 Answers  


Which is illegal identifier in java?

0 Answers  


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


What is length in java?

0 Answers  


Why we use set in java?

0 Answers  


what is the need to set path in java? how many ways to set path in java? Explain breif?

5 Answers  


What's the difference between comparison done by equals method and == operator?

0 Answers  


Categories