Solved

If the Code in a Method Can Potentially Throw a Checked

Question 49

Multiple Choice

If the code in a method can potentially throw a checked exception, then that method must __________.


A) handle the exception
B) have a throws clause listed in the method header
C) neither of these
D) either of these

Correct Answer:

verifed

Verified

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

Related Questions