iOS Developer Question:
Download Job Interview Questions and Answers PDF
Explain difference between release and autorelease?
Answer:
release - destroy the object from memory,
autorelease - destroy the object from memory in future when it is not in use.
autorelease - destroy the object from memory in future when it is not in use.
Download iOS Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
What is synchronous web request and asynchronous? | Explain what is Garbage Collection? |