What happens if an unchecked exception is thrown from a try block and there is no matching

Question:

What happens if an unchecked exception is thrown from a try block and there is no matching catch block?

(a) The program ignores the exception.

(b) The program terminates immediately.

(c) The method throws the exception to its caller.

(d) Compilation error.

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: