The process of retrieving a connection from the pool, using it, and then returning it is known as _________.
- Connection Fetching
- Connection Recycling
- Connection Recycling
- Connection Releasing
The process of retrieving a connection from the pool, using it, and then returning it is known as Connection Fetching.
Loading...
Related Quiz
- Role-based authorization in servlets is often implemented using the _________ descriptor.
- How can filters be used to manage cross-cutting concerns in a web application?
- How does a distributed cache enhance the scalability of a web application?
- What is the primary purpose of garbage collection in Java?
- To mitigate DOM-based XSS attacks, one should avoid using _________ directly with user input.