Solved

When You Write a Method That Throws a Checked Exception

Question 40

Multiple Choice

When you write a method that throws a checked exception, you must:


A) have a throws clause in the method header
B) override the default error method
C) use each class only once in a method
D) ensure that the error will occur at least once each time the program is executed

Correct Answer:

verifed

Verified

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

Related Questions