Oracle
1Z0-809 · Question #172
Which three advantages of the Java exception mechanism?
The correct answer is B. improves the program structure because the programmer can choose where to handle exceptions D. improves the program structure because the error handling code is separated from the normal program function E. allows the creation of new exceptions that are tailored to the particular program being created. You've hit your session limit · resets 10:20pm (America/New_York)
Question
Which three advantages of the Java exception mechanism?
Options
- Aprovides a set of standard exceptions that covers all the possible errors
- Bimproves the program structure because the programmer can choose where to handle exceptions
- Cimproves the program structure because exceptions must be handled in the method in which they occurred
- Dimproves the program structure because the error handling code is separated from the normal program function
- Eallows the creation of new exceptions that are tailored to the particular program being created
How the community answered
(39 responses)- A10% (4)
- B72% (28)
- C18% (7)
Explanation
You've hit your session limit · resets 10:20pm (America/New_York)
Community Discussion
No community discussion yet for this question.