iOS Developer Question:

Download Job Interview Questions and Answers PDF

Please explain what is difference strong and weak reference?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

complier with be responsible for lifetime of object which is declared as strong. for weak object - compiler will destroy object once strong reference that hold weak object get destroyed.

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What framework is used to construct application’s iOS User Interface?Explain steps for using coredata?