How does connection pooling improve the performance of database-driven applications?
- Caches database queries
- Has no impact on database connections
- Increases the number of open database connections
- Reduces the number of open database connections
Connection pooling improves performance by reducing the number of open database connections, reusing existing ones, and avoiding the overhead of opening and closing connections frequently.
Loading...
Related Quiz
- Load balancing is critical in a _________ architecture to distribute traffic evenly across servers.
- What is the role of the doHead method in HTTP servlets?
- For file download, what Content-Type should be set in the servlet response?
- To pass the request and response to the next entity in the chain, the filter uses the __________ method.
- How does transaction isolation level impact database performance and consistency?