Computer Applications
Which of the following is/are jump statement used in Java?
- break
- continue
- return
- 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
What will be the output of
Math.floor(-20.10);
?- -20.0
- -21.0
- 20
- 21
Which of the following is an illegal identifier?
- age
- 123abc
- _value
- salary
Class initialisation is the …………… initialisation of class fields of values.
- explicit
- implicit
- Both a and b
- None of the above
Operations like square root, sine and cosine are
- impure functions
- pure functions
- static functions
- class functions