Saved Bookmarks
| 1. |
A remote object is an object whose method can be invoked from another virtual environment.(a) True(b) False |
|
Answer» Right answer is (a) True Explanation: The statement is true. JVM is java virtual environment. RMI uses stub and skeleton object for communication with the remote object. A remote object is an object whose method can be invoked from another virtual environment. |
|