J2SE Question:
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.
Previous Question | Next Question |
What is break? | What is casting? |