Multiple Choice
A runtime exception is a/an:
A) checked exception
B) unchecked exception
C) offending exception
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Every exception class is an ancestor of
Q7: Revise the program in number 8 above
Q26: The execution of a throw statement is
Q27: Write a complete Java program that prompts
Q28: When using the Scanner class one should
Q28: Define an exception class called DiskDriveNotReady.The class
Q30: Exception handling is an example of a
Q34: The two most important things about an
Q36: A _ block executes regardless of whether
Q37: Should an application catch objects of type