iOS Developer Question:
What is synchronous web request and asynchronous?
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.
In Asynchronous control gets back to user even if request is getting execute.
Previous Question | Next Question |
what is use of NSOperation? how NSOperationque works? | Explain difference between release and autorelease? |