J2SE Question:

Download Job Interview Questions and Answers PDF

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is break?What is casting?