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

Why do we use anonymous method in c#?

0 Answers  


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

0 Answers   HCL,


What do you understand by 'access specifiers' in C#?

0 Answers   Genpact,


Why do we use partial class in c#?

0 Answers  


Why is it a bad idea to throw your own exceptions?

1 Answers   Visual Soft,






Why do we overload constructors?

0 Answers  


What does return do in for loop?

0 Answers  


What is the difference between static class and sealed class in c#?

0 Answers  


What are circular references? How garbage collection deals with circular references.

0 Answers  


Write a program in c# to find the angle between the hours and minutes in a clock?

0 Answers  


In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

0 Answers   HCL,


Why we use get set property in c#?

0 Answers  


Categories