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:

Verified
Correct Answer:
Verified
Q4: Write a Java statement that throws a
Q6: Revise the program in number 9 above
Q17: What is the purpose of the finally
Q22: In event-driven programming,sending an event is called
Q29: Define an exception class called FileNotFoundException.The class
Q36: A _ block executes regardless of whether
Q37: Should an application catch objects of type
Q40: The Exception class belongs to the package:<br>A)java.io<br>B)java.util<br>C)java.lang<br>D)java.except<br>
Q42: The compiler does not complain when the
Q42: Exceptions that are subject to the catch