DEVFYI - Developer Resource - FYI

What is boolean

J2SE Interview Questions and Answers


(Continued from previous question...)

18. What is boolean

Refers to an expression or variable that can have only a true or false value. The Java programming language provides the boolean type and the literal values true and false.

(Continued on next question...)

Other Interview Questions