1Z0-811 • Practice Test 25
Free 1Z0-811 practice test — 15 questions with explanations. Set 25. No signup required.
What is the output of the following code?
int i = 0;
while (i < 5) {
if (i == 3) {i++; continue;
}System.out.print(i + " "); i++;
}Choose an answer to begin — your selection is scored in the full session.
15 questions · instant feedback and full explanations after every question.