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?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
When a thread blocks on i/o?
difference between HashMap, Hashset and hashTable?
Explain about local interfaces.
Which container method is used to cause a container to be laid out and redisplayed?
whats is mean by class.forName() whats the return type of class
How to send a request to garbage collector?
the advantages of polymorphic
How many ways can a thread be used?
Does Java pass arguments by value or reference?
Differences between applications and applets?