1.

What role does garbage collection play?

Answer»
  • It enables removal of POINTER values that are left behind after the PROGRAM execution ends.
  • It releases the programmer from tracking OBJECTS that get created dynamically on runtime.
  • It facilitates the removal of distant objects from the memory so that other PROCESSES can use the memory.


Discussion

No Comment Found