What is PortableRemoteObject.narrow() method and what is used for?

Submitted by: Administrator
Java RMI-IIOP provides a mechanism to narrow the the Object you have received from from your lookup, to the appropriate type. This is done through the javax.rmi.PortableRemoteObject class and, more specifically, using the narrow() method.
Submitted by: Administrator

Read Online RMI Job Interview Questions And Answers