What is an object pool in .net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism

4 Answers   HCL, IBM, L&T,


Are all methods virtual in c#?

0 Answers  


In which order the destructor is called for an inherited class?

0 Answers  


How do I stop my console from closing in c#?

0 Answers  


What is private readonly in c#?

0 Answers  






what are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

1 Answers   4Cplus,


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


Can you inherit multiple interfaces?

3 Answers  


Why would you use untrusted verificaion?

1 Answers  


What is the .net datatype that allows the retrieval of data by a unique key?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is jit? What are the different types of jit?

0 Answers  


Categories