When a negative long is cast to a byte, what are the possible values of the result?
Click to view the answer
D.
When a long is cast to a byte, only the most significant 8 bits are discarded.
The remaining bits might represent a positive number, zero, or a negative number.