---
title: "What is RMI?"  
description: "What is RMI?"  
author: "Amit Singh"  
published: 2011-01-24  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/336/what-is-rmi  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is RMI?

To 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.

## Answers

### Answer by Amit Singh

To 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.


---

Original Source: https://www.mindstick.com/interview/336/what-is-rmi

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
