sri


{ City } banglore
< Country > india
* Profession * software developer
User No # 6005
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 8
Questions / { sri }
Questions Answers Category Views Company eMail




Answers / { sri }

Question { Honeywell, 10017 }

Tell me about the internal working of Garbage collector?


Answer

Internally GC Frees the memory means The objects which are
not used from long time onwords it delets the objects and
frees the memory to place the new objects which are going
to be used.

Is This Answer Correct ?    3 Yes 0 No

Question { Tesco, 17111 }

How Garbage Collector identifies the objects which are not
in use?


Answer

In the Dotnet CLR maintains the Heap. It stores the Objects
which are recently used in the Top of the Heap. By using
this GC identifies the objects which are recently used and
which are not in use.

Is This Answer Correct ?    11 Yes 8 No