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
Q20: The Exception class belongs to the package:<br>A)java.io<br>B)java.util<br>C)java.lang<br>D)java.except
Q21: You can not place a try block
Q22: In event-driven programming,sending an event is called
Q23: What is the purpose of the method
Q24: The execution of a throw statement is
Q26: List five common examples of exceptions that
Q27: Write a complete Java program that prompts
Q28: Define an exception class called DiskDriveNotReady.The class
Q29: Define an exception class called FileNotFoundException.The class
Q30: Methods that process String arguments as if