What role does the JDBC API play in connection pooling?

  • Deals with servlet lifecycle
  • Handles SQL queries
  • Manages database connections
  • Provides database authentication
The JDBC API is responsible for managing database connections in connection pooling, ensuring efficient utilization and reuse of connections in a database-driven application.
Add your answer
Loading...

Leave a comment

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