What is Garbage Collection in .Net?


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

Post New Answer

More C Sharp Interview Questions

How to declare a property in a class?

0 Answers  


What is the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers   Siebel,


What is a pre-requisite for connection pooling?

2 Answers  


Why do we need indexer in c#?

0 Answers  


7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  






How do you restrict the type which can be used in custom generic?

1 Answers   IBM,


How do I declare a pure virtual function in c#?

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,


What is difference between class and interface in c#?

0 Answers  


List the differences between method overriding and method overloading?

0 Answers  


What are the security issues if we send a query from the application?

1 Answers   Microsoft,


How do you create multiple inheritance in C#?

5 Answers   Infosys, KenIndia, Microsoft,


Categories