Beginner Java
Q22 / 100

What is the boolean default value in Java?

Correct! Well done.

Incorrect.

The correct answer is D) false

D

Correct Answer

false

Explanation

Instance boolean variables default to false when not explicitly initialized.

Progress
22/100