How do you remove the objects which are not in
use?Explicitly or implicitly?What is the exact mechanism
going behind?

Answers were Sorted based on User's Feedback



How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mecha..

Answer / raghu sathish

Garbage collectors removes

Is This Answer Correct ?    3 Yes 0 No

How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mecha..

Answer / venkat

Dispose method()

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How to open a new form on button click in Windows forms?

0 Answers   Viscus Infotech,


Can an interface extend a class c#?

0 Answers  


How C# 4.0 supports dynamic programming language?

0 Answers  


Can you allow class to be inherited, but prevent the method from being over-ridden?

5 Answers  


Explain About .NET Remoting and types of remoting

0 Answers  






What is an array of arrays called?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


What is different between Implicit conversion and Explicit conversion in C#?

0 Answers  


If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?

4 Answers   Microsoft,


Major difference between Basic httpbinding and WShttpbinding?

0 Answers   QuestPond,


In c#, what will happen if you do not explicitly provide a constructor for a class?

0 Answers  


How can you use abstract class and interface?

0 Answers   Accenture,


Categories