Which of these jump statements can skip processing the remainder of the code in its body for a particular iteration?
(a) break
(b) return
(c) exit
(d) continue
I have been asked this question in unit test.
My question is based upon Control Statements in section Operators and Control Statements of Java