What is an asynchronous procedure call? Explain how asynchronous procedure calls can be implemented in java?

Im not sure if my answer to this question is correct?

My answer: Asynchronous Procedure Calls are when a procedure is interrupted and goes to work on another thread/procedure before returning to itself at a later stage.

Asynchronous Procedure Calls can be implemented in Java through the use of wait/notify, condition variables and semaphores.

link|improve this question
Is this homework? – bobbymcr Jan 8 at 0:53
Question from a past exam paper. – user1014888 Jan 8 at 1:19
If from past exam - what do your course notes or book say and what do you not understand - so we can explain that – Mark Jan 8 at 19:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.