Which type of variables are under the control of garbage
collector?
Answer Posted / sujai cn
The objects which are in the heap , are under the control
of garbage collector.garbage collector is low weight
process which will run in background & clean the heap
(remove the objects from the heap which dont have the
reference , i.e, not reachable object) there are many
algorithms designed to monitor when & how long the garbage
collector has to run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 2 broad classifications of fields in c#?
Can a child class call the constructor of a base class?
What is a property c#?
Any problem found in vs.et
What is default value of decimal c#?
What is “using” statement in c#?
What is called method in c#?
What is the use of properties window?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is the difference between finally and finalize block?
What are the types of serialization?
What is lazy in c#?
Why do we need indexers in c#?
What is append in c#?
Explain About .NET Remoting and types of remoting