Examveda
Examveda

In Java, what does the "continue" statement do in a loop?

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

B. Exits the loop immediately

C. Repeats the loop from the beginning

D. Terminates the program

Answer: Option A


This Question Belongs to Java Program >> Flow Control

Join The Discussion

Related Questions on Flow Control