Answer:
GC stands for Garbage Collector.As the name it collects garbage i.e. it removes those objects which are not used anywhere in the application.It runs internally.
We do not know when this will run.GC removes unmanaged resources from application.
Asked In: Many Interviews |
Alert Moderator