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

how can i display crystalreport in button click? am working with VS2005

1 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Is as keyword in c#?

0 Answers  


Explain async and await?

1 Answers  


What is the purpose of static?

0 Answers  


What is difference between first and firstordefault?

0 Answers  


What is public or shared assemblies ?

0 Answers  


How to use exception handling in stored procedure?

0 Answers   Wipro,


What is private variable?

0 Answers  


What are the differences between value types and reference types?

0 Answers  


Contrast System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


is it possible to inherit a class but methods declared in the class should not be inheritable i possible how?

8 Answers   Microsoft,


Categories