Computer Science, asked by Vvvvvv3347, 11 months ago

What are the main difference between remote procedure calls and remote method invocation?

Answers

Answered by Anonymous
1

The common difference between RPC and RMI is that RPC only supports procedural programming whereas RMI supports object-oriented programming. Another major difference between the two is that the parameters passed to remote procedures call consist of ordinary data structures.

Similar questions