Multiple Choice
When defining your own exception class,you extend an existing exception class.This is an example of:
A) polymorphism
B) encapsulation
C) inheritance
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The finally block contains code to be
Q4: Write a Java statement that throws a
Q5: Every exception class is an ancestor of
Q6: Revise the program in number 9 above
Q7: Revise the program in number 8 above
Q9: Which circumstance is an exception to the
Q10: A _ block should immediately follow a
Q11: The throw operator causes a change in
Q12: Exceptions that must follow the Catch or
Q13: A _ block executes regardless of whether