iOS Developer Question: Download iOS Developer PDF

What is synchronous web request and asynchronous?

Tweet Share WhatsApp

Answer:

In synchronous request main thread gets block and control will not get back to user till that request gets execute.
In Asynchronous control gets back to user even if request is getting execute.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
what is use of NSOperation? how NSOperationque works?Explain difference between release and autorelease?