When a web application crashes due to a database error, the first step in exception handling should be to check the ________.

  • Database connection and credentials
  • Front-end code
  • Network connectivity
  • Server logs
In the event of a database error, checking server logs is crucial for identifying the root cause and understanding the error details. Examining front-end code or network connectivity is less likely to reveal insights into the database issue.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *