About 962,000 results
Open links in new tab
  1. Java Platform, Standard Edition Java Remote Method Invocation API …

    Java Remote Method Invocation (Java RMI) lets you create distributed applications in Java. RMI allows an object to invoke methods of remote Java objects running on another Java Virtual Machine (JVM), …

  2. Difference between RPC and RMI - GeeksforGeeks

    Jul 12, 2025 · RMI stands for Remote Method Invocation, which is a similar to RPC but it supports object-oriented programming which is java's feature. A thread is allowable to decision the strategy on …

  3. Java Remote Method Invocation Specification - docs.oracle.com

    Java Remote Method Invocation (Java RMI) is a distributed object model for the Java programming language that retains the semantics of the Java platform's object model, making distributed objects …

  4. (PDF) Design And Implementation Distributed System Using Java-RMI ...

    Java-RMI middleware effectively simplifies the development of distributed systems for thread scheduling. The paper aims to demonstrate the use of Java-RMI to build a client-server distributed …

  5. Java Remote Method Invocation (RMI) - W3computing.com

    Introduction Java Remote Method Invocation (RMI) is a technology that allows developers to create distributed Java applications where objects on one Java Virtual Machine (JVM) can invoke methods …

  6. Introduction to Distributed System - GeeksforGeeks

    Jan 21, 2026 · A distributed system is a group of independent computers, called nodes, that work together and appear to users as a single system. These nodes communicate with each other over a …

  7. Java Remote Method Invocation: 1 - Introduction

    The first two chapters in this specification describe the distributed object model for the Java programming language and the system overview. The remaining chapters describe the RMI client …

  8. GitHub - rajp1908/java_rmi: A distributed system for course ...

    A distributed system for course registration using java RMI. There are 3 departments: Computer Science (COMP), Software Engineering (SOEN) and Information & Security (INSE), with respected servers …

  9. Distributed Systems - Java RMI Tutorial - AAU

    Statement of purpose. The purpose of this tutorial is to demonstrate how RMI may be used for basic distributed computing using the Java programming language. Through this tutorial, following issues …

  10. RMI in Java Tutorial | Java Remote Method Invocation | Edureka

    Sep 6, 2019 · What is RMI in Java? The RMI (Remote Method Invocation) is an API that provides a mechanism to create a distributed application in Java. The RMI allows an object to invoke methods …