RMI Question:
Download Job Interview Questions and Answers PDF
What is meant by binding in RMI?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the default port used by RMI Registry? | What is the difference between using bind() and rebind() methods of Naming Class? |