Which throws clause should be inserted at (1) for the overriding method compute() in the following code

Question:

Which throws clause should be inserted at (1) for the overriding method compute() in the following code so that the code will compile without errors?

image text in transcribed

Select the one correct answer.

(a) No throws clause is necessary.

(b) throws ArithmeticException

(c) throws InterruptedException

(d) throws RuntimeException

(e) throws ArithmeticException, InterruptedException

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: