Which of these are selection statements in Java?
Java MCQ Test on Control Statements

Quiz
•
Computers
•
University
•
Hard
Veera Jagadeesh
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if
for
continue
break
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
while
for
do-while
nested loops
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of this statement is incorrect?
switch statement is more efficient than a set of nested ifs
two case constants in the same switch can have identical values
switch statement can only test for equality, whereas if statement can evaluate any type of boolean expression
it is possible to create a nested switch statements
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Java program?
5
6
14
compiletime error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Java program?
5 10
10 5
5
10
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What would be the output of the following code snippet if variable a=10?
1 2
2 3
1 3
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is true about do statement?
do statement executes the code of a loop at least once
do statement does not get execute if condition is not matched in the first iteration
do statement checks the condition at the beginning of the loop
do statement executes the code more than once always
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
network topology

Quiz
•
University
15 questions
CSE 102 Exam 2 Practice

Quiz
•
University
10 questions
Java Questions & Answers

Quiz
•
University
10 questions
Java Control Flow statements

Quiz
•
University
15 questions
C++ Switch and If Else Statements

Quiz
•
University
10 questions
Weekly Contest #6 - TechXNinjas

Quiz
•
University
13 questions
JS IF ELSE FOR LOOPS

Quiz
•
University
9 questions
Loops

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade