Which of the following correctly describes the nature of Java's byte, short, int, and long data types?

Choose the correct answer

Explanation

In Java, the primitive data types byte, short, int, and long are all signed, meaning they can represent both positive and negative values.

Which of the following correctly describes the natur… — Java concepts and its programming | PakQuizHub