When using connection pooling, the database connection remains open in a ___________ state.

  • Active
  • Closed
  • Idle
  • Reserved
Connection pooling is a technique used to manage database connections efficiently. When a connection is not actively being used, it enters an idle state, ready to be reused. This helps in reducing the overhead of opening and closing connections frequently.
Add your answer
Loading...

Leave a comment

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