DEVFYI - Developer Resource - FYI

To what value is a variable of the boolean type automatically initialized?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

343. To what value is a variable of the boolean type automatically initialized?

The default value of the boolean type is false.

(Continued on next question...)

Other Interview Questions