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

What is pure abstract class in c#?

0 Answers  


How does the XmlSerializer work ?

1 Answers  


Can a struct inherit from an interface in c#?

0 Answers  


In a memory when you Box and Unbox a value-type what happens?

0 Answers   Siebel,


To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


What is a static field?

0 Answers  


what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


C# called c sharp why?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Is there any sample c# code for simple threading?

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


Categories