WHAT IS OBJECT POOLING

Answers were Sorted based on User's Feedback



WHAT IS OBJECT POOLING..

Answer / 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

WHAT IS OBJECT POOLING..

Answer / hrindows@gmail.com

Object Pooling is a concept for optimal use of limited resources through software constructs. The ready-to-use objects, connections, and threads are stored in a pool (group) of objects in memory for later use. For creating a new object, it is pulled from the pool and allocated for the request. Pooling helps in improving performance and facilitates scalability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the types of validation in asp net?

0 Answers  


Why is an object pool required?

0 Answers  


What is the use of SmartNavigation property?

4 Answers  


What is a DLL Hell Problem in .Net?

12 Answers  


WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

4 Answers  






Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


What is inproc and outproc?

0 Answers  


Explain weak typing and strong typing.

0 Answers  


Are cookies client side or server side?

0 Answers  


33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


how to add cliet side event to server side? and how to register client script to sever side? wt difference these two

3 Answers   PSI Data Systems,


What is a 401 redirect?

0 Answers  


Categories