InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Binding In Rmi? |
|
Answer» BINDING is the process of ASSOCIATING or REGISTERING a name for a REMOTE object, which can be used as a further, in ORDER to look up that remote object. A remote object can be associated with a name using the bind / rebind methods of the Naming class. Binding is the process of associating or registering a name for a remote object, which can be used as a further, in order to look up that remote object. A remote object can be associated with a name using the bind / rebind methods of the Naming class. |
|