Beginner Java
Q27 / 100

What is the range of the byte data type in Java?

Correct! Well done.

Incorrect.

The correct answer is B) -128 to 127

B

Correct Answer

-128 to 127

Explanation

byte is an 8-bit signed integer with a range of -128 to 127.

Progress
27/100