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 do you mean by for each loop?
Can we change static variable value in c#?
Distinguish between finally and finalize blocks?
What is the use of 'using' statement in c#?
What is a float?
How can we sort the elements of the array in descending order?
What is reflection c#?
What is mvc firstordefault?
Is python easier than c#?
What is Wrapper class in dot net?
Explain what is an interface in c#?
What is tryparse c#?
What is regex replace in c#?
What is the difference between iqueryable and ienumerable?
What is icollection in c#?