false

The false keyword can be used as one of the two possible boolean values. Strictly speaking, false is not a keyword of the Java language; rather, it is a literal value to be assigned to a variable of type boolean.

For an example of how the false keyword can be used, see the keyword boolean.