iOS Developer Question:

Explain differentiate between Release and Pool Drain?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

The release keyword is used to free a memory location in the system which is not being utilized. The drain keyword is used to release the NSAutoreleasePool.


Previous QuestionNext Question
Explain steps for using coredata?Explain Layer Objects?