Multiple choice

Which of the following statements terminates execution of the method in which it appears and returns control to the calling method?

  1. Private

  2. Static

  3. If

  4. Continue

  5. Return

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

This statement terminates execution of the method in which it appears and returns control to the calling method.