Home » JAVA Programming » Loop Control » Question
  1. From where break statement causes an exit?
    1. Only from innermost switch
    2. From innermost loops or switches
    3. Terminates a program
    4. Only from innermost loop
    5. None of these
Correct Option: B

The break statement causes an exit from innermost loop or switch.



Your comments will be displayed only after manual approval.