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 |
What are the steps involved in developing an RMI object?
What is ioc concept?
What are the different methods of identifying an object?
What modifiers may be used with an inner class that is a member of an outer class?
difference of inheritance and interface
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
Thread life cycle?
Explain Object Serialization and it can be used?
What is an applet?
To identify IDL language what mapping mechanism is used?
How do you maintain a stateful session object across the session
How to deploy Jar, War files in J2EE?