A __________ is a subclass of SQLException that indicates a failed connection to the database.
- SQLDataException
- SQLNonTransientConnectionException
- SQLTimeoutException
- SQLTransientConnectionException
The SQLNonTransientConnectionException is a subclass of SQLException specifically indicating a failed connection to the database.
Loading...
Related Quiz
- How can input sanitization be ineffective against certain advanced XSS attacks?
- In a scenario where a transaction involves multiple SQL queries, how should exceptions be handled to ensure that either all queries succeed or none do?
- How should a developer handle a scenario where a stored procedure returns multiple result sets?
- Which HTTP status code is typically sent by an HTTP servlet to indicate a successful response?
- The servlet forwards the processed data to the view using the __________ mechanism.