ICSE Class 10 Computer Applications
Question 8 of 30
Solved Sample Paper 4 — Question 8
Back to all questions 8
Question Question 1(viii)
Which of the following is/are jump statement used in Java?
- break
- continue
- return
- All of these
All of these
Reason — break, continue and return are jump statements used in Java.