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?
- break
- jump
- return
- continue
jump
Reason — jump is not a jump statement in Java.