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 |
How to synchronize jsp page?
How to determine SGA site?
What is meant by method chaining?
what is domain,give me some brief information about that?
Can I use multiple html form elements with the same name?
How do you iterate in Hashmap?
what is JTA ?
What is a policy?
What is Stream Tokenizer?
What is JasperReports?
Can you write Java code for declaration of multiple inheritance in Java ?
what about static?