Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 230 Bytes

Simple Java RMI Example

Just to remember how RMI works

How to launch

  • Launch the Main class in Server.
  • Launch the Main class in Client.
  • The serveur should execute instantly the echo method called by the client.