Answer Posted / giriraj
Object Pooling is something that tries to keep a pool of
objects in memory to be re-used later and hence it will
reduce the load of object creation to a great extent. This
article will try to explain this in detail. The example is
for an Employee object, but you can make it general by
using Object base class.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the flow of processing of the request? : asp.net mvc
How many types of session in ASP.NET
Explain the asp.net session state modes.
How to disable disable browser's Back button in asp.net (JavaScript)?
Name some asp objects?
What is ispostback method in asp.net?
Explain the difference between server control and html control.
when a request is made in Life cycle of ASP.NET page .
3. What goals do you have in your career?
What is the difference between localization and globalization?
How do I upload a file from my ASP.NET page?
What asp.net control can embed xaml into asp.net pages?
What is semantic gap?
Which control has default post back is enabled(true)?
What is the use of placeholder control? Can we see it at runtime?