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

Can we create more than one object singleton class?

0 Answers  


How big is a 32 bit integer?

0 Answers  


what is request dispatcher and how does it work?

2 Answers   CTS,


What is anti pattern in cyber security?

0 Answers  


What is object in java?

0 Answers  






explain multi-threading in java?

0 Answers  


Why does java have different data types for integers and floating-point values?

0 Answers  


What is java lang object?

0 Answers  


What are different types of multitasking?

0 Answers  


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


What do you mean by local variable and instance variable?

0 Answers  


Explain different states of a thread in java?

0 Answers  


Categories