0% found this document useful (0 votes)
6 views4 pages

RMI Application Development Guide

The document outlines a lab assignment focused on Remote Method Invocation (RMI) applications in Java. It includes tasks such as developing an RMI application for mathematical operations based on input conditions, calculating factorials, finding products of two numbers, and determining if a number is odd or even. Each task requires clear specifications and implementation steps.

Uploaded by

keyeyeyes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

RMI Application Development Guide

The document outlines a lab assignment focused on Remote Method Invocation (RMI) applications in Java. It includes tasks such as developing an RMI application for mathematical operations based on input conditions, calculating factorials, finding products of two numbers, and determining if a number is odd or even. Each task requires clear specifications and implementation steps.

Uploaded by

keyeyeyes
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like