RMI Question: Download RMI PDF

What is meant by binding in RMI?

Tweet Share WhatsApp

Answer:

Binding is a process of associating or registering a name for a remote object that can be used at a later time to look up that remote object. A remote object can be associated with a name using the Naming class's bind or rebind methods.

Download RMI PDF Read All 21 RMI Questions
Previous QuestionNext Question
What is the default port used by RMI Registry?What is the difference between using bind() and rebind() methods of Naming Class?