What is use of nsoperation? How nsoperationque works?
Answer / Devendra Giri
NSOperation in Apple iOS is a base class for objects that perform a unit of work. It allows you to run multiple tasks concurrently, manage task dependencies and handle priority levels. NSOperationQueue is a thread-safe object pool for operations. You can add an operation to the queue, and the queue will schedule it for execution when appropriate based on priorities and availability.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are moments and collections?
Explain xctest test case code.
What is the use of 'dynamic' keyword?
Explain differentiate between release and pool drain?
What is nsmanagedobjectcontext? What are the different concurrency types?
Explain the significance of autorelease?
Does iOs supports multitasking?
What is a serial queue?
Explain Appstore uploading process
Describe the functionality of accelerometer of an iphone ?
What is difference between mvc and mvvm in ios?
What is core data stack?