1 | Java RMI adds a number of classes to the Java language. The basic intent is to make a call to a remote method look and behave the same as local ones. |
2 |
Classes are added for
|
3 | Local Machine |
4 | Remote Machine |
5 | Local Java |
6 | local method |
7 | Remote Java |
8 | remote method |