Answers

Question and Answer:

  Home  iOS Developer

⟩ Explain what is Garbage Collection?

Garbage Collection is a Memory Management feature. It manages the allocation and release of the memory to your applications. When the garbage collector performs a collection, it checks for objects in the managed heap that are not executed by the applications.

 168 views

More Questions for you: