1.

What Is Boolean ?

Answer»

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.

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.



Discussion

No Comment Found