Home / Questions / What is object pool in .Net?
Explanatory Question

What is object pool in .Net?

👁 566 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Object pool is a container of ready to use objects. It reduces the overhead of creating new object.