What is the difference between Java RMI and RPC?

后端 未结 8 925
-上瘾入骨i
-上瘾入骨i 2020-12-12 10:00

What is the actual difference between Java RMI and RPC?

I have read in some places that RMI uses Objects?

8条回答
  •  不知归路
    2020-12-12 10:44

    The difference between RMI and RPC is that:

    • RMI as the name indicates Remote Method Invoking: it invokes a method or an object. And
    • RPC it invokes a function.

提交回复
热议问题