_________ in connection pools helps to identify and replace connections that are no longer viable.
- Expiration
- Monitoring
- Replacement
- Validation
Validation in connection pools helps to identify and replace connections that are no longer viable or have become stale.
Loading...
Related Quiz
- How can you retrieve a servlet's initialization parameters in the init method?
- In RESTful web services, a _______ request is often used to update existing resources.
- When using a CallableStatement, the method _________ is used to register an OUT parameter.
- What is the difference in the URL seen by the client when using forward() vs sendRedirect() in servlets?
- How can you retrieve the output of a stored procedure using CallableStatement?