Lab – 9
Remote Method Invocation
1. Develop RMI application where client input two numbers if both number are even then result
(𝑎 + 𝑏)2 otherwise (𝑎 + 𝑏)3 .
Solution
[Link]
RMIServer
2. Create a RMI application such that a client sends an integer number to the server and the server
return the factorial value of that integer. Give a clear specification for every step.
3. Write a java programs using RMI to find product of two numbers
4. Develop RMI application where client request to identify given number is odd or even.