Answers

Question and Answer:

  Home  RMI

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

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.

 169 views

More Questions for you: