List down the differences between “dispose” and “finalize” methods in c#.


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

Post New Answer

More C Sharp Interview Questions

What do you mean by thread safe in c#?

0 Answers  


Can a constructor be private in c#?

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


difference between keyword internal and protected?

5 Answers   HCL,


What is session c#?

0 Answers  






What is difference between ienumerable and ienumerator in c#?

0 Answers  


What is a partial class in c#?

0 Answers  


What is a virtual property. Give an example?

0 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


How does a function pointer returns a function pointer?

3 Answers   Wipro,


What is the difference between finalize() and dispose() methods?

0 Answers  


How to force my .net app to run as administrator on windows 7?

0 Answers  


Categories