Skip to content

Commit 9691b3a

Browse files
committed
Update README.md
1 parent b61050f commit 9691b3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ This repository contains all the java programming assignments for the CSE1007 la
8888
4. Wait for checksum to be calculated and sent
8989
> Eg., Develop a UDP based client-server application to notify the client about the integrity of data sent from its side. Use checksum to do this.
9090
3. Write a program to demonstrate the knowledge of students in Remote method invocation.
91+
* [Modder.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/RMI/src/Multiples/Modder.java): Remote Interface
92+
* [ModderRemote.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/RMI/src/Multiples/ModderRemote.java): Provide the implementation of the remote interface
93+
* [MyServer.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/RMI/src/Multiples/MyServer.java): Create and run server application
94+
* [MyClient.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/RMI/src/Multiples/MyClient.java): Create and run client application
9195
> Eg., Develop an RMI application to invoke a remote method that takes two numbers and returns true if one number is an exact multiple of the other and false otherwise.
9296
```
9397
Sample test cases:

0 commit comments

Comments
 (0)