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 is mean by UML? what is the use? where we are using?
What are the restrictions imposed on method overriding?
question on Thread synchronization
Does java set allow duplicates?
Write the code for Palindrome ?
what is optional in java 8?
Difference between a MenuItem and a CheckboxMenuItem?
Why do we need wrapper class?
What is private static in java?
How can you set the applet size?
what is the difference between process and thread? : Java thread
What is static and a non-static inner class?