InterviewSolution
Saved Bookmarks
| 1. |
RMI stands for?(a) Remote Mail Invocation(b) Remote Message Invocation(c) Remaining Method Invocation(d) Remote Method Invocation |
|
Answer» Correct option is (d) Remote Method Invocation Explanation: The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed applications. |
|