Q. What is the range of values that can be stored in a short variable in Java?
β
Correct Answer: (B)
-32,768 to 32,767
Explanation: The correct answer is Option B: -32,768 to 32,767.