Examveda
Examveda

In Java, what does the "continue" statement do?

A. Repeats the loop from the beginning

B. Skips the current iteration of a loop and continues to the next

C. Terminates the program

D. Repeats the loop from the beginning

Answer: Option B


This Question Belongs to Java Program >> Flow Control

Join The Discussion

Related Questions on Flow Control