InterviewSolution
Saved Bookmarks
| 1. |
What Is Rmi? |
|
Answer» RMI is a set of APIS that allows to build DISTRIBUTED APPLICATIONS. RMI uses interfaces to define remote objects to turn local METHOD invocations into remote method invocations. RMI is a set of APIs that allows to build distributed applications. RMI uses interfaces to define remote objects to turn local method invocations into remote method invocations. |
|