1) what is happening when we add NSOperation or NSInvocationOperation in NSoperationQueue?
NSOperation
NSInvocationOperation
NSoperationQueue
2) What is the difference between
Cocoa Is My Girlfriend has a good tutorial on the use of NSOperation and NSOperationQueue. The tutorial makes use of NSOperation to download several webpages simultaneously in separate threads.
Also Check this question NSOperation on the iPhone