How does a servlet container typically interact with a connection pool?

  • It delegates management to the application.
  • It directly manages the pool.
  • It doesn't interact with connection pools.
  • It relies on the database server for connection management.
In a typical scenario, a servlet container directly manages the connection pool, ensuring efficient utilization and management of database connections within the application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *