To ensure efficient use of database connections, pools use a technique called _________.
- Connection Caching
- Connection Optimization
- Connection Pooling
- Connection Recycling
To ensure efficient use of database connections, pools use a technique called Connection Pooling.
Loading...
Related Quiz
- A _________ balancer distributes network or application traffic across a number of servers.
- In a high-traffic web application, what approaches can be used to minimize the load on the database server?
- Which method is responsible for cleaning up resources held by a filter in the filter chain?
- In which scenario would you use HttpSessionIdListener?
- What is the primary advantage of using a PreparedStatement in JDBC?