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

What is array and types of array in c#?

0 Answers  


What is difference between var dynamic and object in c#?

0 Answers  


What is anonymous method in c#?

0 Answers  


Give an example of a directcast.

0 Answers  


What is method and function in c#?

0 Answers  






Why do we need dependency injection in c#?

0 Answers  


What is a di class?

0 Answers  


Compare and contrast between the System.Array.CopyTo() and Clone()?

0 Answers   Siebel,


What is strong name assembly?

0 Answers  


What are properties and indexer?

1 Answers   TCS,


What is difference between singleton and static class in c#?

0 Answers  


Can we instantiate abstract class in c#?

0 Answers  


Categories