Remote takeover on server using command-line interpreter
This Program defines the RMI (Remote Method Invocation) code for a Server and Client
- Create the remote interface
- Provide the implementation of the remote interface
- Compile the implementation class and create the stub and skeleton
- Start the registry service by rmiregistry tool
- Create and start the remote applicaion
- Create and start the client application
- Use feature of Command line on remote application after establishment of connection