What is the range of the short datatype?
Answers were Sorted based on User's Feedback
Answer / eswaran.s
short is a signed 16 bit type and range from -32768 to 32767.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / pkr_reddy
short is a signed 16 bit type and range from -32768 to 32768.
Is This Answer Correct ? | 9 Yes | 6 No |
What’s the difference between applets and standalone program?
how to handle exceptions in core applications?
Explain the advantages of packages in java?
what is the purpose of using rmisecuritymanager in rmi?
Explain the difference between runnable and callable interface in java?
Print Vertical traversal of a Binary Tree.
How do you use spaces in java?
What are the performance implications of interfaces over abstract classes?
what ide u r using and wat version, how wil u build the project etc ?
What is use of super keyword in java?
Can we convert stringbuilder to string in java?
Definition for connection pooling?