CSE MCQs :: Java RMI
- What is Remote method invocation (RMI)?
- Which of the function is used to convert string to Number in java program?
- Which is a one-way communication only between the client and the server, which is not only a reliable but also there is no confirmation regarding reaching the message to the destination?
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
|