iOS Developer Question:

Explain what is Garbage Collection?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

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.


Previous QuestionNext Question
Explain difference between release and autorelease?Enlist the methods to achieve Concurrency in iOS?