Answered Questions

  • Explain RMI Architecture

    ashok16

    • Aug 10th, 2010

    RMI architecture consists of four layers and each layer performs specific functions: 1. Application Layer: Contains the actual object definition. 2. Proxy Layer: Consists of stub and skeleton. 3....

    Pattukkottai Arun

    • Jul 22nd, 2005

    Java Remote Method Invocation (Java RMI) enables the programmer to create distributed Java technology-based to Java technology-based applications, in which the methods of remote Java objects can be in...