Home / CSE MCQs / Java RMI :: Discussion

Discussion :: Java RMI

  1. What is Remote method invocation (RMI)?
  2. A.
    RMI allows us to invoke a method of java object that executes on another machine
    B.
    RMI allows us to invoke a method of java object that executes on another Thread in multithreaded programming
    C.
    RMI allows us to invoke a method of java object that executes parallely in same machine
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment