The break statement cannot be present for _____________ construct.
Answer options
A
while
B
do while
C
for
D
if
Correct answer: if
Explanation
Quick AnswerThe correct answer is if because it directly addresses the core logic of Java Programming.
Correct answer: if.