Solved

When You Write a Method That Catches an Exception, Rather

Question 3

Multiple Choice

When you write a method that catches an Exception, rather than handling the Exception itself, it can pass the exception to the method that called your method.What is this known as?


A) rethrowing the Exception
B) saving the Exception
C) opening the Exception
D) sideloading the Exception

Correct Answer:

verifed

Verified

Related Questions