iOS Developer Question: Download iOS Developer PDF

Explain difference between release and autorelease?

Tweet Share WhatsApp

Answer:

release - destroy the object from memory,
autorelease - destroy the object from memory in future when it is not in use.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
What is synchronous web request and asynchronous?Explain what is Garbage Collection?