You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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
91
95
> 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.
0 commit comments