J2SE Question:

What is boolean?

J2SE Interview Question
J2SE Interview Question

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.


Previous QuestionNext Question
What is break?What is casting?