RMI Question:
What are the services in RMI?
![RMI Interview Answer RMI Interview Question](/public/images/interview/27.webp)
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 Question | Next Question |
Explain RMI Architecture? | What is Java RMI? |