5. Which method of the "Exception" class prints a list of methods that were called before the exception was thrown? Please select the correct option "A, B, C, D, or E"
A. printErrors()
B. getMessage()
C. printStackTrace()
D. traceStack()
E. toString()
C
Comments
Leave a comment