What is RMI?
1776
24-Jan-2011
Amit Singh
24-Jan-2011To interact with the methods of objects in other / remote machines using JVM, RMI is used. This process allows the information exchanging using multiple JVMs. It provides the location transparency by giving the sense that the methods accessing locally.