J2SE Question:

What is boolean?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is break?What is casting?