What is the difference between synchronous & asynchronous task in ios?



What is the difference between synchronous & asynchronous task in ios?..

Answer / Vinod Kumar Arya

Synchronous tasks block the current thread until they are completed, while asynchronous tasks allow the main thread to continue executing while the task runs on a different thread. Synchronous tasks can lead to poor performance and unresponsive user interfaces, whereas asynchronous tasks can improve performance by allowing the app to continue responding to user input.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What are the different store migration options?

1 Answers  


How nsoperationque works?

1 Answers  


What is dependency management?

1 Answers  


What is difference between atomic and nonatomic in ios?

1 Answers  


Why do we override drawrect: method?

1 Answers  


What are the differences between categories and extensions?

1 Answers  


What is Process?

1 Answers  


What is the 'implementation'?

1 Answers  


What is cocoa framework in ios?

1 Answers  


What does ios stand for apple?

1 Answers  


Did you used CLRegion? How its working?

1 Answers  


. Name the app sate which it reaches briefly on its way to being suspended

1 Answers  


Categories