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 an assembly in dotnet?
What is sqlconnection in c#?
How many types of methods are there in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is an inheritance in c#?
explain Garbage collector’s functionality on unmanaged code
Can I fly with a loop recorder?
Explain about ODP.net
What is a .exe extension files? How is it similar to .dll extension files?
Why are strings immutable c#?
Can a constructor be private in c#?
What does console mean c#?
Is c# an open source?
Explain the concepts of cts and cls(common language specification).
What is serialization in unity?