Aim Write a java program to implement a Client/Server application using RMI. Theory Remote Method Invocation (RMI) The RMI is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. The RMI provides remote communication between the […]
