Glossary Java / Term
A Java programming language keyword used to resume program execution at the end of the current loop. If followed by a label, continue resumes execution where the label occurs.
Permanent link continue - Creation date 2022-01-03