In connection pooling, the pool size is defined by the _________ and _________ parameters.
- initialConnections, maxConnections
- initialSize, maxSize
- minConnections, maxConnections
- minSize, maxSize
In connection pooling, the pool size is defined by the initialSize and maxSize parameters.
Loading...
Related Quiz
- Filters can modify the __________ or __________ objects before they reach a servlet.
- In servlets, what mechanism is commonly used for user authentication?
- When handling multiple SQL exceptions in a method, it is common to use __________ to catch various types of exceptions.
- _________ is a caching technique where frequently and recently accessed data is prioritized for caching.
- Which method can be used in servlets to programmatically enforce security constraints?