Solved

If the Code in a Method Can Potentially Throw a Checked

Question 45

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 a or b
D) Either a or b

Correct Answer:

verifed

Verified

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

Related Questions