Oracle
1Z0-803 · Question #69
1Z0-803 Question #69: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-803 to reveal the answer and full explanation for question #69. The question stem and answer options stay visible for context.
Question
Which two are possible outputs? public class Two { public static void main(String[] args) { try { doStuff(); system.out.println("1"); } catch { system.out.println("2"); }} public static void do Stuff() { if (Math.random() > 0.5) throw new RunTimeException(); doMoreStuff(); System.out.println("3 "); } public static void doMoreStuff() { System.out.println("4"); } }
Options
- A2
- B4
- C1
- D1
Unlock 1Z0-803 to see the answer
You've previewed enough free 1Z0-803 questions. Unlock 1Z0-803 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.