Explain types of message passing system used in interprocess communication.
Answers
Answered by
0
Message passing is a form of communication between objects, processes or other resources used in object-oriented programming, inter-process communication and parallel computing. ... Synchronous message passing systems require the sender and receiver to wait for each other while transferring the message.
Answered by
3
Answer:
✔✔ Message passing is a form of communication between objects, processes or other resources used in object-oriented programming, inter-process communication and parallel computing. ... Synchronous message passing systems require the sender and receiver to wait for each other while transferring the message. ✔✔
Similar questions