RMI Question:

What are the services in RMI?

RMI Interview Question
RMI Interview Question

Answer:

An RMI "service" could well be any Java method that can be invoked remotely. The other service is the JRMP RMI naming service which is a lookup service.


Previous QuestionNext Question
Explain RMI Architecture?What is Java RMI?