Java Remote Method Invocation- RMI Session 13

Опубликовано: 06 Май 2026
на канале: Aether
753
8

Java RMI-
Remote Method Invocation (RMI) is an API which allows an object to invoke a method on an object that exists in another address space, which could be on the same machine or on a remote machine. Through RMI, object running in a JVM present on a computer (Client side) can invoke methods on an object present in another JVM (Server side). RMI creates a public remote server object that enables client and server side communications through simple method calls on the server object.
RMI is used to build distributed applications; it provides remote communication between Java programs. It is provided in the package java.rmi.

This session describes complete working of RMI with practical.


For free practice questions for certification Log in to our website and practice for free. For more details visit our website http://www.aetherinfotech.com