What is the difference between using bind() and rebind() methods of Naming Class ?
3 years ago
OOP Java
The bind method bind is responsible for binding the specified name to a remote object, while the rebind method is responsible for rebinding the specified name to a new remote object. In case a binding exists for that name, the binding is replaced.

Surya Bikram Bhandari
Oct 31, 2021