Connection pooling helps in efficiently managing and reusing database ___________.

  • connections
  • memory
  • objects
  • resources
Connection pooling in databases refers to the technique of reusing established connections instead of creating new ones, thereby optimizing resource utilization and enhancing performance. It manages the connections to the database, not just the memory or resources. Thus, "connections" is the correct option.
Add your answer
Loading...

Leave a comment

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