DEVFYI - Developer Resource - FYI

What is continue

J2SE Interview Questions and Answers


(Continued from previous question...)

43. What is continue

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.

(Continued on next question...)

Other Interview Questions