Explain the methods, rebind() and lookup() in Naming class?-
rebind() of the Naming class(found in java. rmi) is used to update the RMI registry on the server machine. Naming. rebind(”AddSever”, AddServerImpl); lookup() of the Naming class accepts one argument, the rmi URL and returns a reference to an object of type AddServerImpl. I’m sorry, but there seems to be a misunderstanding. As of my … Read more