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 |
Is the infobus client side only?
What state does a thread enter when it terminates its processing?
What is the difference between the session.get() method and the session.load() method?
What are transaction attributes?
Howmany interfaces are used in RMI?
whats is mean by class.forName() whats the return type of class
Do you think that java should have had pointers?
What does module-relative mean?
What are the pros and cons of detached objects?
Why are component architectures useful?
what about static?
How are commas used in the intialization and iteration parts of a for statement?