java_rmi_remote_method_invocation

Java RMI (Remote Method Invocation)

Java RMI (Remote Method Invocation) is a mechanism that allows for the invocation of methods on an object located in a different address space, typically on a different machine. It enables Java applications to communicate over a network as if the objects were local. Introduced in Java 1997 with Java 1.1, RMI allows for the development of distributed applications in Java, enabling remote communication between servers and clients in enterprise systems.

https://docs.oracle.com/javase/8/docs/api/java/rmi/package-summary.html

java_rmi_remote_method_invocation.txt · Last modified: 2025/02/01 06:47 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki