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 meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
Can we return null in java?
What is a constructor, constructor overloading in java?
Which are thin and thicK wrapper Class's in Java?
What is finalize() function in java?
What is the difference between class forname and new?
Can we access a database using applets?
How do you create an array in java?
What is lambda programming?
Difference between ‘>>’ and ‘>>>’ operators in java?
Explain aggregation in java?
Can we override singleton class?