1Z0-811 • Practice Test 23
Free 1Z0-811 practice test — 15 questions with explanations. Set 23. No signup required.
What is printed by the program?
```java
for (int i = 0; i < 2; i++) {
for (int j = 0; j < 3; j++) {System.out.print(i + "," + j + " ");
if (i == 1) break;
}
}```
Choose an answer to begin — your selection is scored in the full session.
15 questions · instant feedback and full explanations after every question.