What is meant by binding in RMI ?

3 years ago
OOP Java

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

More related questions

Questions Bank

View all Questions