A quick game demo using RMI Java
This a quick demo of RMI Java.
It is a game in which you have to find a secret number.
We have 2 Applications here : Server and Client.
You have to run the server first then the client.
We are using JNDI.
The Java RMI API use the JNDI API to look up objects in a network.
Here is the example: