What is an RMI

Showing Answers 1 - 1 of 1 Answers

Scott

  • May 25th, 2005
 

RMI stands for Remote Method Invocation. It essentially is a mechanism that allows calls to remote (residing in different JVM's) objects the same way that you would make a call to a local object. This mechanism is accomplished through the use of Interfaces stored with the client (home) and server (remote) code.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.