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 are the benefits of detached objects?
What is the difference between the string and stringbuffer classes?
How would you detect a keypress in a jcombobox?
What is the relationship between an event-listener interface and an event-adapter class?
what are the software's needed to develop advanced java 3 tier application project
What is J2EE?
What are the call back methods in entity bean?
which type of objects reference will be given to client?
wahts is mean by dynavalidatorform in struts/
Explain the advantages and disadvantages of detached objects.
How are the elements of a borderlayout organized?
What is metaspace?