What is RMI Registry?
Answer Posted / raji
The RMI registry is used to store a list of available
services. A client uses the registry to make it's proxy
object, and the Registry is responsible for giving
appropriate information to the client so that it can hook up
with the server that implements the service
| Is This Answer Correct ? | 93 Yes | 13 No |
Post New Answer View All Answers
Can I have an action without a form?
What are the different class loaders used by jvm?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between session and entity beans?
Where can I ask questions and make suggestions about seam?
Why are some of the class and element names counter-intuitive?
Why a component architecture for the java platform?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Which containers use a border layout as their default layout?
What is the relationship between local interfaces and container-managed relationships?
What state does a thread enter when it terminates its processing?
Why do threads block on i/o?
Where can I find seam examples and documentation?
Why do I get a duplicate name error when loading a jar file?
What is a class loader?