Multiple Choice
Which of the following methods prints a list of the methods that were called before the exception was thrown?
A) getMessage()
B) printCalledMethods()
C) printStackTrace()
D) traceMethodStack()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The class Exception and its subclasses are
Q8: The class RuntimeException is the superclass of
Q9: If an exception occurs in a try
Q10: A checked exception is any exception checked
Q11: The StringIndexOutOfBoundsException could be thrown by the
Q13: Which of the following exceptions might be
Q14: Statements that might generate an exception are
Q15: What happens in a method if there
Q16: Which of the following statements is true?<br>A)
Q17: The class RuntimeException is part of the