What is the actual difference between Java RMI and RPC?
I have read in some places that RMI uses Objects?
The only real difference between RPC and RMI is that there is objects involved in RMI: instead of invoking functions through a proxy function, we invoke methods through a proxy.