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 string [] args in c#?
What is the process of delegation?
What is a protected class c#?
What is delegate in c#?
How long will it take to learn c#?
What is overloading with example?
What is func delegate in c#?
What is the lock statement in c#?
What is the difference between inheritance and abstract class?
What does xpath return?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What's the difference between abstraction and encapsulation?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What are bitwise logical operators?
What are verbatim strings in c#?