What is the range of values that can be assigned to a variable of type short?
Click to view the answer
D.
The range for a 16-bit short is -2^15 through 2^15 - 1.
This range is part of the Java specification, regardless of the underlying hardware.