Skip to content

Opening book details…

About this document

Java RMI Overview and Protocols by Vineeth Lakshminarayanan is a document available to read on EtoBox.

This document provides an overview of Java RMI (Remote Method Invocation). It discusses how RMI allows objects to exist remotely on different machines and be invoked through method calls like local objects. It describes the key components of RMI including stubs, skeletons, remote references, and the transport layer. It also outlines the general steps to create and run a basic RMI application and discusses features like the RMI registry and differences between RMI in JDK 1.1 versus Java 2.

Author
Vineeth Lakshminarayanan
Language
EN