12345678910



Question 1: What method of an Exception object prints a list of methods that were called before the exception was thrown?
1. printErrors()
2. getMessage()
3. printStackTrace()
4. traceStack()