Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > break statement > labelled break statement |
labelled break statement | ||||
subject | fact |
labelled break statement | has example //Without the label the break statement would exit the inner loop and resume execution with the outer loop | |
is a subtopic of Loops and Decision Making | ||
is a kind of break statement | ||
break statement | causes execution to immediately halt the current loop | |
has purpose to terminate a loop or switch-case statement | ||
see also break | ||
statement | is terminated by a semicolon | |
should be not more than one line long if possible | ||
syntactic unit | has syntax rule bold = mandatory |