The Answer is D, because when you comile the code you will get following error:
error: exception ArithmeticException has already been caught
} catch (ArithmeticException ae) {
^
1 error
Correct answer is D. A compilation error occurs because the "ArithmeticException" has already been caught by the more general "Exception".
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
electri
4 weeks agotombatossals
4 months, 1 week ago