What is RMI?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is RMI?
Rating:
RMI stands for Remote Method Invocation. It is a distributed environment technology. It provides object-to-object communication between different Java Virtual Machines (JVMs). It is basically meant for developing large-scale systems, as it allows distribution of resources and processing load across the network.
Rating:
Was this information helpful?
Other articles
- What are the elements of a WSDL document?
- What are the benefits of using JavaScript?
- What is the ordinal() enumeration method?
- What is an abstract class?
- What is the private access modifier in Java?