exam questions

Exam 1z0-819 All Questions

View all questions & answers for the 1z0-819 exam

Exam 1z0-819 topic 1 question 205 discussion

Actual exam question from Oracle's 1z0-819
Question #: 205
Topic #: 1
[All 1z0-819 Questions]

Given the code fragment:



You must define the A exception class. The program execution must be terminated if the condition at line 19 is true and an A exception is thrown at line 20.

Which code fragment at line n1 defines A as per the requirement?

  • A. class A extends Throwable {
  • B. class A extends Exception {
  • C. class A extends ArithmeticException {
  • D. class A extends RuntimeException {
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
d7bb0b2
6 months, 4 weeks ago
Selected Answer: A
a IS CORRECT for finish program in line 20, others catch in exception clause an conitnue program
upvoted 1 times
...
ASPushkin
7 months ago
Selected Answer: A
see below
upvoted 1 times
...
ASPushkin
7 months ago
answer : A B is not correct According to the source code only exceptions extended from Throwable type and not from an Exception type are not caught. It could be Error or even checked type of exception.
upvoted 1 times
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago