vamsimanikonda


{ City } bengaluru
< Country > india
* Profession * software consultant
User No # 54181
Total Questions Posted # 0
Total Answers Posted # 1

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

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 0
Questions / { vamsimanikonda }
Questions Answers Category Views Company eMail




Answers / { vamsimanikonda }

Question { 3706 }

when will garbage collector run?


Answer

when the object was not used it was thrown to the garbage
collector.this has to be done by CLR which behaves like a
runtime for .net like java virtual machine for java.

we can force the garbage collector to run also.

syntax:system.gc.collect();

Is This Answer Correct ?    5 Yes 0 No