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
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is foreach loop in c#?
What is a generic class?
What is the difference between dynamic and var in c#?
What is console programming language?
What is parameterized constructor?
What is a concrete class in c#?
Difference between value and reference type.
How can I develop an application that automatically updates itself from the web?
How to parse a date time string?
How Reflection is used and what it's significance ?
What is a trace and asset? Explain some differences?
What is an assembly qualified name? Is it a filename? How is it different?
What is iqueryable?
What is this keyword in C#?