Tuesday, April 17, 2007

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.


SOURCE : www.referjava.com

No comments: