Computer Science, asked by ritatyagi9513, 10 months ago

Difference between rpc and rmi in distributed system

Answers

Answered by Zisha7
0

Answer:

RPC and RMI are the mechanisms which enable a client to invoke the procedure or method from the server through establishing communication between client and server. The common difference between RPC and RMI is that RPC only supports procedural programming whereas RMI supports object-oriented programming.

Similar questions