Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
–1 vote
2 views
in Java by (45k points)

A) if()

B) for()

C) continue

D) break

2 Answers

0 votes
by (99k points)

The correct answer to the question “Which of these are Selection Statements in Java” is option (a). if(). And all the others are not coming under Selection statements in Java. If you wish to get started with Java and wish to earn a certification in it, check out the Java certification course from Intellipaat. Also, watch the below posted video on Java Interview Questions and get started.

0 votes
by (2.9k points)

Option (A):If()

Syntax:

if(condition)

{

//statement

}

Related questions

0 votes
2 answers
0 votes
2 answers
0 votes
3 answers
asked Mar 23, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked May 17, 2023 in Java by vyeshma (32.8k points)
0 votes
1 answer

1.4k questions

32.9k answers

507 comments

693 users

...