Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 543 Bytes

File metadata and controls

12 lines (10 loc) · 543 Bytes

Remote_Interpreter

Remote takeover on server using command-line interpreter

This Program defines the RMI (Remote Method Invocation) code for a Server and Client

  1. Create the remote interface
  2. Provide the implementation of the remote interface
  3. Compile the implementation class and create the stub and skeleton
  4. Start the registry service by rmiregistry tool
  5. Create and start the remote applicaion
  6. Create and start the client application
  7. Use feature of Command line on remote application after establishment of connection