Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > continue statement |
continue statement | ||||
subject | fact |
continue statement | causes execution to switch immediately to the next iteration of a loop | |
has purpose used within loops to jump to another statement | ||
is a subtopic of Loops and Decision Making | ||
is a kind of control flow 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 |
Kinds of continue statement :