RMI Question:

What does the exportObject of UnicastRemoteObject do?

Tweet Share WhatsApp

Answer:

Exports the remote object to make it available to receive incoming calls, using the particular supplied port. If port not specified receives calls from any anonymous port.

Download RMI PDF Read All 21 RMI Questions
Previous QuestionNext Question
What is the use of UnicastRemoteObject in RMI?What is PortableRemoteObject.narrow() method and what is used for?