Multiple Choice
What is Remote method invocation (RMI) ?
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
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which of this package contains classes and
Q16: What is the correct way to write
Q17: To locate a remote object with a
Q18: How many kinds of classes can be
Q19: _ is a subinterface of java.rmi.Remote that
Q20: Swing is a _ framework<br>A)connection-based<br>B)component-based<br>C)platform-based<br>D)None of the
Q21: Which of these events is generated when
Q22: Which of this package is used for
Q24: _ provides the naming services for the
Q25: Through the design mode of a builder