what are the different ways to cleaning up objects?

Answers were Sorted based on User's Feedback



what are the different ways to cleaning up objects?..

Answer / ravikumar

using dispose() method & finalize() methods

Is This Answer Correct ?    14 Yes 0 No

what are the different ways to cleaning up objects?..

Answer / rohit bhardwaj

using dispose() method

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What are c# i/o classes?

0 Answers  


Hello.. This is kali prasad. i wish to learn C#. kindly guide me in making me expert in c#.

2 Answers  


What is autopostback in c#?

0 Answers  


Why are strings immutable in c#?

0 Answers  


What is the full form of GAC? Explain its uses?

0 Answers   PUCIT,






What is manifest ?

3 Answers   Digital GlobalSoft,


Can you specify nested classes as partial classes?

0 Answers  


What?s the role of the DataReader class in ADO.NET connections?

2 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


What is stack and heap?

7 Answers   Wipro,


Define the term immutable ?

0 Answers   Siebel,


Can you change the value of a variable while debugging a C# application?

1 Answers  


Categories