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.
Loading...
Related Quiz
- What is the difference between optimistic concurrency and pessimistic concurrency in ADO.NET?
- The ParentKeyConstraint ensures that parent keys are ___________ and unique.
- Which ADO.NET control is commonly used for data binding in Windows Forms applications?
- Entity Framework Code-First approach allows you to define _______ in your code, and the database schema will be generated based on these classes.
- In LINQ, what is deferred execution, and why is it important?