Saved Bookmarks
| 1. |
What Is Meant By Inter Process Communication? |
|
Answer» Inter process communication is CONCERNED with the communication between processes in a distributed system, both in its own RIGHT and as support for communication between distributed OBJECTS. The Java API for inter process communication in the internet provides both datagram and STREAM communication. Inter process communication is concerned with the communication between processes in a distributed system, both in its own right and as support for communication between distributed objects. The Java API for inter process communication in the internet provides both datagram and stream communication. |
|