coderz.py

Keep Coding Keep Cheering!

Remote Method Invocation(RMI) in Java

Remote Method Invocation (RMI) is an API that allows an object to call a method on another object in another address space, which could be on the same machine or another machine. RMI enables remote communication between Java programs and is used to create distributed applications. It is provided in the package java.rmi. RMI Application Architecture: […]

August 31, 2022 | Java | No comments

Advertisement