Home » JAVA Programming » Decision Making » Question
  1. Which of these jump statements can skip processing remainder of code in its body for a particular iteration?
    1. return
    2. continue
    3. break
    4. exit
    5. None of these
Correct Option: B

Ans: continue



Your comments will be displayed only after manual approval.