Solved

If a Method Does Not Catch an Exception,then It Must

Question 41

Multiple Choice

If a method does not catch an exception,then it must at least warn programmers that any invocation of the method might possibly throw an exception.This warning is called a/an:


A) Exception handler
B) Throws clause
C) Try block
D) Catch block

Correct Answer:

verifed

Verified

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

Related Questions