Java
Programming and Technical
undefined
What is RMI and what are the services
in RMI?
Read Solution (Total 2)
-
- RMI is remote method invocation.
it allows an object running on jvm to invoke an object running on another machine.
it is used for create distributed application. - 9 years agoHelpfull: Yes(0) No(0)
- RMI: Remote Method Invocation , the RMI provides for Remote control to operate any device
- 5 years agoHelpfull: Yes(0) No(0)
Java Other Question