Java   View all facts   Glossary   Help
syntactic unit > statement > control flow statement > continue statement
Next control flow statementdecision making statement    Upcontrol flow statement    Previous control flow statementbreak statement   

continue statement
subjectfact 
continue statementcauses execution to switch immediately to the next iteration of a loopadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:36:33.0
has purpose used within loops to jump to another statementadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:36:33.0
is a subtopic of Loops and Decision Making2001-10-19 11:36:33.0
is a kind of control flow statementadded by: JK, 2001-10-19 11:36:33.0
see also continueadded by: JK, 2001-10-19 11:36:33.0
statementis terminated by a semicolon    2001-10-19 11:37:57.0
should be not more than one line long if possible2001-10-19 11:37:57.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0

Kinds of continue statement :