English 中文(简体)
Java RMI - Discussion
  • 时间:2024-09-17

Discuss Java RMI


Previous Page Next Page  

RMI stands for Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM. RMI is used to build distributed apppcations; it provides remote communication between Java programs. It is provided in the package java.rmi.

Advertisements