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
Q2: Which class of exceptions is NOT checked?<br>A)
Q3: Which of the following exceptions might be
Q7: The class Exception and its subclasses are
Q15: What happens in a method if there
Q17: The class RuntimeException is part of the
Q26: For interfaces such as WindowListener that contain
Q29: What can a method do with a
Q30: If there is a finally block after
Q31: When an exception occurs in a method,
Q49: Every program with a try block must