Glossary Java / Term
A Java programming language keyword optionally used after all case conditions in a switch statement. If all case conditions are not matched by the value of the switch variable, the default keyword will be executed.
Permanent link default - Creation date 2022-01-03