Solved

The Throws Clause of a Method

Question 5

Multiple Choice

The throws clause of a method:


A) specifies the exceptions a method catches.
B) specifies the exceptions thrown by the calling method.
C) specifies the exceptions a method throws.
D) specifies the exceptions a method throws and catches.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions