ICSE Class 10 Computer Applications Question 52 of 69

Iterative Constructs in Java — Question 7

Back to all questions
7
Question

Question 7

Which of the following is not a jump statement in Java?

  1. break
  2. jump
  3. return
  4. continue
Answer

jump

Reason — jump is not a jump statement in Java.