Home » JAVA Programming » Loop Control » Question
  1. Which of the following is not a valid flow control statement?
    1. continue
    2. break
    3. return
    4. exit()
    5. None of these
Correct Option: D

exit() is not a flow control statement in Java. exit() terminates the currently running JVM.



Your comments will be displayed only after manual approval.