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?

  1. break
  2. continue
  3. return
  4. All of these
Answer

All of these

Reason — break, continue and return are jump statements used in Java.