Examveda

What does the `break` statement do in a Java loop?

A. Skips the current iteration and continues with the next iteration

B. Restarts the loop from the beginning

C. Exits the loop prematurely and continues with the next statement after the loop

D. Ends the program execution

Answer: Option C


This Question Belongs to Java Program >> Miscellaneous In Java

Join The Discussion

Related Questions on Miscellaneous in Java