Sunday, March 29, 2015

Is there a way to force garbage collection?

Question:Is there a way to force garbage collection??

Answer: </P><P align=justify>Yes. Set all references to null and then call System.GC.Collect().</P><P align=justify>If you need to have some objects destructed, and System.GC.Collect() doesn&#39;t seem to be doing it for you, you can force finalizers to be run by setting all the references to the object to null and then calling System.GC.RunFinalizers().

Tags:Interview Questions, Microsoft, C#,

Please submit your Interview Answer for the above Question via replying to this post. Thank you for visiting to our blog, Have a Good Day!.



Sponsor Advertisement



Hospital Management Software

Hotel Management System Software

Hotel Management System software is a web based system help to manage reservations, roomstays, bookings, guests, folios, invoices and billing etc. The software features include revenue management, booking calendar, guest relationship management, check-in & check-out, invoices and receipts etc...

No comments:

Post a Comment