Which of the following correctly describes the nature of Java's byte, short, int, and long data types?
Explanation
In Java, the primitive data types byte, short, int, and long are all signed, meaning they can represent both positive and negative values.