RMI Abbreviation - Remote Method Invocation

Q.  Java supports RMI, RMI Stands for?
- Published on 22 Jul 15

a. Random Method Invocation
b. Remote Memory Interface
c. Remote Method Invocation
d. Random Method Invocation

ANSWER: Remote Method Invocation
 

    Discussion

  • Nirja Shah   -Posted on 14 Dec 15
    - The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java.

    - The RMI allows an object to invoke methods on an object running in another JVM.

    - The RMI provides remote communication between the applications using two objects stub and skeleton.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)