1.

RMI uses stub and skeleton for communication with the ________ object.(a) client(b) remote(c) server(d) any

Answer» The correct choice is (b) remote

The explanation: RMI uses stub and skeleton object for communication with the remote object. A remote object is an object whose method can be invoked from another JVM.


Discussion

No Comment Found