What is the range of the short datatype?

Answers were Sorted based on User's Feedback



What is the range of the short datatype?..

Answer / eswaran.s

short is a signed 16 bit type and range from -32768 to 32767.

Is This Answer Correct ?    11 Yes 0 No

What is the range of the short datatype?..

Answer / pkr_reddy

short is a signed 16 bit type and range from -32768 to 32768.

Is This Answer Correct ?    9 Yes 6 No

Post New Answer

More Core Java Interview Questions

What’s the difference between applets and standalone program?

0 Answers  


how to handle exceptions in core applications?

2 Answers   CSS,


Explain the advantages of packages in java?

0 Answers  


what is the purpose of using rmisecuritymanager in rmi?

0 Answers  


Explain the difference between runnable and callable interface in java?

0 Answers  






Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


How do you use spaces in java?

0 Answers  


What are the performance implications of interfaces over abstract classes?

1 Answers  


what ide u r using and wat version, how wil u build the project etc ?

2 Answers  


What is use of super keyword in java?

0 Answers  


Can we convert stringbuilder to string in java?

0 Answers  


Definition for connection pooling?

3 Answers  


Categories