To ensure that database resources are always released, use the __________ block to close connections.
- catch
- finally
- release
- try
To ensure that database resources are always released, use the finally block to close connections.
Loading...
Related Quiz
- _________ is a security standard that prevents the browser from interpreting user input as script.
- How can filters modify the request and response objects in a filter chain?
- How would you ensure a filter only processes requests for a specific servlet?
- In JDBC, the __________ exception is thrown when there is a problem with the SQL syntax.
- In RESTful web services, a _______ request is often used to update existing resources.