How do you download stubs from a Remote place?



How do you download stubs from a Remote place?..

Answer / janu

Java RMI uses special classes called stubs that can be
downloaded to the client that are used to communicate with
(make method calls on) the remote object. The
java.rmi.server.codebase property value represents one or
more URL locations from which these stubs (and any classes
needed by the stubs) can be downloaded.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is difference RMI registry and OSAgent?

1 Answers  


Define aop(assepct oriented programing)?

0 Answers  


explain session tracking. why we used it

3 Answers   Lionbridge,


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


Explain the advantages and disadvantages of detached objects.

0 Answers  






What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


Thread life cycle?

3 Answers   TCS,


what is stringBuffer and StringBuilder?

3 Answers  


When a thread blocks on i/o, what state does it enter?

0 Answers  


What is a clone?

0 Answers  


Can I map more than one table in a cmp?

0 Answers  


What is in-memory replication?

0 Answers  


Categories