Differentiate between Synchronous & Asynchronous events.Synchronous event are the ones in which the caller needs to pause to wait for a response. The fact that it waits for a response means that the call is a “blocking” call to the event handler. This gives the thread that encountered the event an opportunity avoid executing code that the event identifies undo the effects of code that the event identifies.
Asynchronous event is one in which the caller continues without pausing for a response. This allows concurrency between both the caller and the method being called.
|
30 Cloud Computing Interview Questions and AnswersCloud Computing interview questions and answers for freshers and experienced - List of Cloud Computing questions with answers that might be asked during an interview - How does cloud computing provides on-demand functionality?, 2. What is the difference between scalability and elasticity?, What are the different layers of cloud computing?.....