Vidyalelo
Java Programming · Q11

Miscellaneous Java

Programming · Java Programming · question 11

Q11

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
Answer
D.
Ends the program execution

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board