InterviewSolution
Saved Bookmarks
| 1. |
What Is Rmi? |
|
Answer» Remote method invocation (RMI) is a feature of J2SE that enables JAVA objects RUNNING in ONE virtual machine to invoke methods of Java objects running in another virtual machine, seamlessly. Remote method invocation (RMI) is a feature of J2SE that enables Java objects running in one virtual machine to invoke methods of Java objects running in another virtual machine, seamlessly. |
|