Computer Applications

Which of the following is/are jump statement used in Java?

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

Java Conditional Stmts

6 Likes

Answer

All of these

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

Answered By

3 Likes


Related Questions