Answers

Question and Answer:

  Home  RMI

⟩ When is AlreadyBoundException thrown and by which method?

AlreadyBoundException is thrown by bind(String name) method when a remote object is already registered with the registry with the same name.

Note: rebind method doesn't throw AlreadyBoundException because it replaces the existing binding with same name.

 177 views

More Questions for you: