Thursday, March 12, 2009

To what value is a variable of the boolean type automatically

Question :To what value is a variable of the boolean type automatically
initialized? (CoreJava)

Answer :The default value of the boolean type is false

No comments: