Examveda
Examveda

What is the purpose of the "break" statement in a "switch" statement?

A. Terminates the program

B. Repeats the case statements

C. Exits the loop containing the switch statement

D. Exits the switch statement prematurely

Answer: Option D


This Question Belongs to Java Program >> Flow Control

Join The Discussion

Related Questions on Flow Control