Home » JAVA Programming » Decision Making » Question
  1. Which of these are selection statements in Java?
    1. for()
    2. break
    3. if()
    4. continue
    5. None of these
Correct Option: C

Continue and break are jump statements, and for is an looping statement.



Your comments will be displayed only after manual approval.