Home » JAVA Programming » Loop Control » Question
  1. What is true about a break?
    1. Break halts the execution of the loop for certain time frame
    2. Break stops the execution of entire program
    3. Break forces the control out of the loop and starts the execution of next iteration
    4. Break halts the execution and forces the control out of the loop
    5. None of these
Correct Option: D

Break halts the execution and forces the control out of the loop.



Your comments will be displayed only after manual approval.