RMI Question:
Download Questions PDF

What does the exportObject of UnicastRemoteObject do?

RMI Interview Question
RMI Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the use of UnicastRemoteObject in RMI?What is PortableRemoteObject.narrow() method and what is used for?