continue
All > Technology > Programming > Java
- A Java keyword used to resume program execution at the end of the current loop. If followed by a label,
continueresumes execution where the label occurs.
Sun Microsystems - Cite This Source - This Definition - break, break statement, case label, default label, switch statement