InterviewSolution
Saved Bookmarks
| 1. |
How do you fix or troubleshoot a crashing application? |
|
Answer» Application crashes are among the most COMMON SCENARIOS encountered by technical SUPPORT engineers. An application crash is usually caused by unhandled exceptions and different looping structures in the application. Several ways can be taken to resolve this problem, and the following are some of the most common ones.
|
|