0 votes
in JAVA by

What is the default value of a boolean variable in Java?

A) true

B) false

C) null

D) 0

1 Answer

0 votes
by
Answer: B

Explanation: The default value of a boolean variable in Java is false.
...