Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > continue statement > unlabelled continue statement |
unlabelled continue statement | ||||
subject | fact |
unlabelled continue statement | has example int count = 0; | |
is a subtopic of Loops and Decision Making | ||
is a kind of continue statement | ||
restarts the loop it is enclosed in | ||
continue statement | causes execution to switch immediately to the next iteration of a loop | |
has purpose used within loops to jump to another statement | ||
see also continue | ||
statement | is terminated by a semicolon | |
should be not more than one line long if possible | ||
syntactic unit | has syntax rule bold = mandatory |