Question: Write a Java RMI client to interact with a remote server securely with the secret key provided to retrieve the document residing at the server.
1 A. File Retrieval Exercise 5 Marks Write a Java code using Remote Method Invocation (RMI) system, which retrieves a file specified by a Client from the Server. You are expected to follow the following general steps when using the Java RMI. a) Writing the required remote interface 1 Mark b) Implementing the interface 1 Mark c) Creating stub and skeleton (Compiling remote interface and its implementation) 1 Mark d) Starting the registry mechanism e) Writing the main Client and Server programs 1 Mark Execution of the Client and Server to show the required output 1 Mark The contents of the retrieved file may be saved in another file or may be printed on the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
