Multiple Choice
An exception that can be recognized by the compiler is a(n) ____.
A) unchecked exception
B) checked exception
C) compiler exception
D) execution exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: The methods getMessage and printStackTrace are private
Q41: If a negative value is used for
Q42: When is a finally block executed?<br>A) Only
Q43: Which of the following is NOT a
Q44: How many times will the code in
Q45: To handle window events, you first create
Q46: What is the most likely type of
Q47: The class Exception contains two constructors.
Q49: Every program with a try block must
Q50: How many constructors does the class Exception