What is RMI?
RMI stands for Remote Method Invocation. Traditional approaches to executing code on other machines across a network have been confusing as well as tedious and error-prone to implement. The nicest way to think about this problem is that some object happens to live on another machine, and that you can send a message to the remote object and get a result as if the object lived on your local machine. This simplification is exactly what Java Remote Method Invocation (RMI allows you to do.
-
Interview Candidate
- Aug 28th, 2004
- 0
- 2351
This Question is not yet answered!
What is RMI?
This Question is not yet answered!