What is remote method invocation in distributed systems?

Answer:

RMI stands for Remote Method Invocation. It is a mechansim that allows objects located in different computers in a network to interact. It is usually used in Java. It is quite similar to RPC(Remote Procedural Call).

Note: There are comments associated with this question. See the discussion page to add to the conversation.
First answer by ID3410929562. Last edit by ID3410929562. Question popularity: 1 [recommend question].