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 C# keyword class access modifier specifies that the class is concrete and CANNOT be derived from?

3 Answers  


What is an array of arrays called?

0 Answers  


What is the use of console?

0 Answers  


Explain the three test cases in unit testing?

0 Answers   Siebel,


what is object-oriented programming (oop) language?

0 Answers  






What is arraylist class in c#?

0 Answers  


What is marshalling and what are different kinds of marshalling?

0 Answers  


What is expression tree in c#?

0 Answers  


How do you pronounce c#?

0 Answers  


What is delegates & multicast delegate?

2 Answers   Cognizant,


i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .

1 Answers  


What is sql transaction in c#?

0 Answers  


Categories