asked 208k views
4 votes
The list of methods that were called before an exception occurred is called the

1 Answer

3 votes

the answer is: stack trace.

Stack trace will provide the user with a complete report between frames during the time when a program is being executed. This will continue after an exception occurred. Usually, the user will use this to pinpoint the mistakes in programming that destroy the normal flow of program execution.

answered
User Alonso Urbano
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.