Answer Posted / sugumar.r
Actually, there are two ways resources can be cleaned up
from our application.( Garbage Collection)
1. Dispose()- By default system will release all non
referenced variables from memeory.
2.Finalize()- We can explicitly perform Cleaning process
using Finalize method(Destructor)
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are events in C#?
Does c# support c type macros?
Define the term immutable ?
What are anonymous types in c#?
What is private static in c#?
What is the relation between classes and objects?
Why dependency injection is used in c#?
Explain concurrency with aop?
What is ilist c#?
In C#, explain the difference between overloading and overriding.
What are the Types of caching
What is the difference between protected and internal in c#?
Does google use c#?
What is default parameter in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?