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 java abstraction with example?
Explain Basics of OOP Language in java
Difference between start() and run() method of thread class?
Does java support function overloading, pointers, structures, unions or linked lists?
What are desktop procedures?
what is difference between excute query ()and execute update ()?
Difference between this() and super() ?
What is a dot notation?
What is object-oriented paradigm?
Is array serializable java?
Which package is used for pattern matching with regular expressions?
How many classes can any class inherit java?