You must Sign In to post a response.
  • Category: Java Programming

    What Is RMI in java and how to use it




    What Is RMI? How Is It Helpful..what is its purpose.?/
  • #10584
    Hi Mahavir Nahata,
    RMI stands for Remote Method Invocation. It is a java API for developing distributed applications. This API facilitates invocation of remote methods.
    An object which resides in different JRE is called remote object. Different JRE's can be in a single system or they can be situated remotely on the network.
    Those methods which are invoked on remote objects using RMI are called remote methods.

    you can also read full article on visistin the this link
    http://www.JavaStudyChannel.com/r/kunalsingh.aspx
    access code is :- spider

    register here and read full article free and this site just like "techulator" and you can also earn money.
    hope this wiil helpful to you.

    Thanks
    Kunal Singh

  • #10602
    Java RMI is a mechanism that allows one to invoke a method on an object that exists in another address space. Remote Method Invocation use to developing API application in Java.
    Example to access RMI INTO your program

    import java.rmi.*;
    import java.rmi.server


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.