1Z0-811 Primitives, Strings and Operators • Timed 10 Questions
This is a timed practice session. You have 10 minutes to answer 9 questions — approximately 1 minute per question, matching real 1Z0-811 exam pace. Answer every question before time expires.
Time remaining
10:00
Exam-pace drill
Allow 1 minute per question. On the real 1Z0-811 exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
Given the following Java code:
```java
public class Main {
public static void main(String[] args) {
int a = 10, b = 5, c = 15;
int result = (a > b) ? (a > c) ? a : c : (b > c) ? b : c;System.out.println(result == 15 ? "Yes" : "No");
}
}```
What is the output?
10 minute time limit — choose an answer to begin.
9 questions · 10 minute exam-pace drill.