destructor, Dispose, Finalize - How they relate to each other



destructor, Dispose, Finalize - How they relate to each other..

Answer / radhika

All three are used to clean the unmanaged resources
explicitly.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More C Sharp Interview Questions

How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

0 Answers  


What is written in c#?

0 Answers  


What is asenumerable in c#?

0 Answers  


What language is arduino?

0 Answers  


difference between keyword internal and protected?

5 Answers   HCL,






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?

3 Answers   Visual Soft,


Explain briefly the difference between value type and reference type?

0 Answers   Accenture,


What is the purpose of static?

0 Answers  


Can you inherit multiple abstract classes in c#?

0 Answers  


What is c# console application?

0 Answers  


Why does dllimport not work for me?

0 Answers  


What you mean by delegate in c#?

0 Answers  


Categories