</>
Tutorials

Java RMI Tutorial

  • Discuss Java RMI
    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 applications; it provides remote communication between Java programs. It is provided in the package java.r
  • Java RMI - Useful Resources
    The following resources contain additional information on Java RMI. Please use them to get more in-depth knowledge on this.
  • Java RMI - Quick Guide
    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.
  • Java RMI - Database Application
    In the previous chapter, we created a sample RMI application where a client invokes a method which displays a GUI window (JavaFX).
  • Java RMI - GUI Application
    In the previous chapter, we created a sample RMI application. In this chapter, we will explain how to create an RMI application where a client invokes a method which displays a GUI window (JavaFX).
  • Java RMI Application
    To write an RMI Java application, you would have to follow the steps given below ?
Page 1 / 3Next