Glossaria.net

Glossary Java / Term

default

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


< declaration Glossary / Java default constructor >