Examveda
Examveda

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

A. Repeats the loop

B. Restarts the loop

C. Pauses the loop

D. Exits the loop prematurely

Answer: Option D


This Question Belongs to Java Program >> Flow Control

Join The Discussion

Related Questions on Flow Control