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 is ioc containers c#?
Explain About disco and uddi
Why do we use methods in c#?
What is ac callback?
What is serialization in unity?
Can you declare a class or a struct as constant?
What is wrong with the sample program below?
Is int an object in c#?
Differentiate between sqlclient oledb and providers?
What is .edmx file?
How many types of serialization are there in c#?
What is difference between abstract class and interface in c#?
What is difference between new and override in c#?
What is the benefit of using interface in c#?
How to use session under class file of APP_Code folder?