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 is a collection in c#?
Which of the following API is used to hide a window?
How do I do implement a assert?
How do you comment in c#?
explain the nature of the assembly work?
what are the Disadvantages of vb
Can namespace contain the private class?
Is and as in c#?
Are multiple data types stored in System.Array?
What is oledb in c#?
Why do we need serialization?
What is typeof undefined?
Explain anonymous type in c#?
Is c# used for any core features of windows vista?
What is session and cookies in c#?