Explain the methods of Naming class, rebind( ) and lookup()?
Answer / janet
rebind()of the Naming class(found in java.rmi) is used
to update the RMI registry on the server machine.
Naming.rebind("AddServer",AddServerImpl);
lookup() of the Naming class accepts one argument , the
rmi URL and returns a reference to an object of type
AddServerImpl.
Is This Answer Correct ? | 26 Yes | 7 No |
what is catalina in tomcat server.
Explain the methods of Naming class, rebind( ) and lookup()?
What method MUST be implemented by all threads?
How are commas used in the intialization and iteration parts of a for statement?
How to deploy Jar, War files in J2EE?
What is a clone?
What are the difference between RMI and CORBA?
How can I avoid validating a form before data is entered?
Will the general public have access to the infobus apis?
What is the need of serialize?
What are the different methods of identifying an object?
What are the pros and cons of detached objects?