Answers

Question and Answer:

  Home  J2SE

⟩ 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.

 132 views

More Questions for you: