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

Join The Discussion