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
What is difference between object state and behavior?
Is the session factory thread safe?
Difference between swing and awt?
What is in-memory replication?
What’s jboss cache in short?
What are the services in RMI ?
What restrictions are placed on the values of each case of a switch statement?
Do I have to use jsps with my application?
What value does read() return when it has reached the end of a file?
What is Remote Server?
Describe, in general, how java's garbage collector works?
Where can I find seam examples and documentation?
which book is better for jdbc ,servlets and jsp
Define aop(assepct oriented programing)?
What is the difference between the session.update() method and the session.lock() method?