A. For communication between two processes remotely different from each other on the same system B. For communication between two processes on the same system C. For communication between two processes on separate systems D. None of the mentioned
A. Transmits the message to the server where the server side stub receives the message and invokes procedure on the server side B. Packs the parameters into a form transmittable over the network C. Locates the port on the server D. All of the mentioned
A. Allows a process to invoke memory on a remote object B. Allows a thread to invoke a method on a remote object C. Allows a thread to invoke memory on a remote object D. Allows a process to invoke a method on a remote object