Computer Science, asked by biju9876, 1 year ago

Describe the RMI methodology with diagram​

Answers

Answered by litacuttack174
1

Answer:

RMI stands for Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM. RMI is used to build distributed applications; it provides remote communication between Java programs

Explanation:

Sorry Diagram was not able to fit

Similar questions