In Java, which of the following is similar to, but not exactly the same as, Remote Procedure Calls (RPCs)?
Explanation
The Remote Method Invocation (RMI) framework in Java enables calling methods on remote objects, functioning similarly to RPCs but with Java-specific features.