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

What is java thread dump, how can we get java thread dump of a program?

0 Answers  


What is the purpose of abstract class?

0 Answers  


i need income tax program using java inheritance concept. could u please help me?

2 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


can you program for reverse string?

7 Answers   IBM,


What is meant by Servelet? What are the parameters of service method?

2 Answers  


What is unicode with example?

0 Answers  


what is bmg file and how to create that files?what will it contailn?

0 Answers   HCL, Probe Services,


What is a class reference?

0 Answers  


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


What is a function in programming?

0 Answers  


Is java an open source?

0 Answers  


Categories