Computer Science, asked by srashtirajoriya45, 30 days ago

give an example of message passing of java​

Answers

Answered by itzbhavesh282
0

Answer:

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