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 'synchronised' a modifier?
What is a modular application?
What is diffennce between AWT & SWING?
What are the states associated in the thread?
types of exceptions
What are the implicit objects?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
what is diff between Access modifier and specifier?
why static class in java
what is the difference between System.out.println and out.println in java
Why a client should be multithreading? Explain.