What is continue?

Submitted by: Administrator
A Java 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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers