What is the difference among using bind() and rebind() methods of Naming Class?
Ans) Bind method (String name) binds the specified name to a remote object whereas rebind(String name) method rebinds the specified name to a new remote object, any existing binding for the name is replaced.