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. RMI can also be expressed as follows:
RMI = Sockets + Object Serialization + Utilities
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.