Oracle
1Z0-851 · Question #144
1Z0-851 Question #144: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-851 to reveal the answer and full explanation for question #144. The question stem and answer options stay visible for context.
Question
Given: 31. //some code here line 31 32. try { 33. //some code here line 33 34. } catch (NullPointerException e1) { 35. //some code here line 35 36. } finally { 37. //some code here line 37 38. } Under which three circumstances will the code on line 37 be executed? (Choose three.)
Options
- AThe instance gets garbage collected.
- BThe code on line 33 throws an exception.
- CThe code on line 35 throws an exception.
- DThe code on line 31 throws an exception.
- EThe code on line 33 executes successfully.
Unlock 1Z0-851 to see the answer
You've previewed enough free 1Z0-851 questions. Unlock 1Z0-851 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.