what is message passing in java
Answers
Answered by
6
Answer:
Message Passing in terms of computers is communication between processes. ... Message passing in Java is like sending an object i.e. message from one thread to another thread. It is used when threads do not have shared memory and are unable to share monitors or semaphores or any other shared variables to communicate.
Similar questions