Home » JAVA Programming » Networking » Question
  1. What is Remote method invocation (RMI)?
    1. RMI allows us to invoke a method of java object that executes on another Thread in multithreaded programming
    2. RMI allows us to invoke a method of java object that executes parallely in same machine
    3. RMI allows us to invoke a method of java object that executes on another machine
    4. All of above
    5. None of these
Correct Option: C

Remote method invocation RMI allows us to invoke a method of java object that executes on another machine.



Your comments will be displayed only after manual approval.