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 a convertor?

1 Answers   Suzlon,


Is the session factory thread safe?

0 Answers  


which type of objects reference will be given to client?

0 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


What class is the top of the awt event hierarchy?

0 Answers  






Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


Can I map more than one table in a cmp?

0 Answers  


Explain the difference between object state and behavior?

0 Answers  


What do you mean by Socket Programming?

0 Answers  


Explain about local interfaces.

0 Answers  


How has the sandbox changed with Java 2?

2 Answers  


Why doesn’t the focus feature on the tag work in every circumstance?

0 Answers  


Categories