1Z0-829 • Practice Exam 2 — 20 Questions
Free 1Z0-829 practice exam 2 — 20 questions with explanations. No signup required.
Given the following code:
```java outer:
for (int i = 0; i < 3; i++) {
for (int j = 0; j < 3; j++) {
if (i == 1) {continue outer;
}System.out.print(i + " " + j + " ");
}
}```
What is the output?
Choose an answer to begin — your selection is scored in the full session.
19 questions · instant feedback and full explanations after every question.