What is the range of short data type in Java?
(a) -128 to 127
(b) -32768 to 32767
(c) -2147483648 to 2147483647
(d) None of the mentioned
This question was posed to me in my homework.
Origin of the question is Integer and Floating Data Types topic in portion Data Types, Variables and Arrays of Java