Multiple choice

Which of the following statements passes control to the next iteration of the enclosing iteration statement in which it appears?

  1. Continue statement

  2. Return statement

  3. Break statement

  4. PreparedStatement

  5. ProtectedData

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This statement passes control to the next iteration of the enclosing iteration statement in which it appears.