J2SE Question:

What is continue?

J2SE Interview Question
J2SE Interview Question

Answer:

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.


Previous QuestionNext Question
What is CORBA?What is deprecation?