
Written by admin on Sep 8th, 2008 | Filed under:
ABAP
What is Garbage Collector?
The Garbage Collector removes objects from memory that no longer have a reference pointing to it. The garbage collector is a automatic system routine that will delete the object from memory and release the memory.
Leave a Reply