

MCQOPTIONS
Saved Bookmarks
This section includes 11 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Fundamentals knowledge and support exam preparation. Choose a topic below to get started.
1. |
RMI uses stub and skeleton for communication with the ________ object. |
A. | client |
B. | remote |
C. | server |
D. | any |
Answer» C. server | |
2. |
A_GATEWAY_FOR_THE_SERVER_SIDE_OBJECT.?$ |
A. | skeleton |
B. | stub |
C. | remote |
D. | server |
Answer» B. stub | |
3. |
RMI uses stub and skeleton for communication with the ________ object.$ |
A. | client |
B. | remote |
C. | server |
D. | any |
Answer» C. server | |
4. |
An object acting as a gateway for the client side? |
A. | skeleton |
B. | stub |
C. | remote |
D. | server |
Answer» C. remote | |
5. |
A middleware layer between the stub skeleton and transport. |
A. | remote layer |
B. | instruction layer |
C. | reference layer |
D. | remote reference layer |
Answer» E. | |
6. |
A layer which is the binary data protocol layer. |
A. | stub layer |
B. | skeleton layer |
C. | remote layer |
D. | transport protocol |
Answer» E. | |
7. |
The ___________ layer, which provides the interface that client and server application objects use to interact with each other. |
A. | Increasing |
B. | Count |
C. | Bit |
D. | Stub/skeleton |
Answer» E. | |
8. |
A typical __________ program obtains a remote reference to one or more remote objects on a server and then invokes methods on them. |
A. | Server |
B. | Client |
C. | Thread |
D. | Concurrent |
Answer» C. Thread | |
9. |
A typical _________ program creates some remote objects, makes references to these objects accessible, and waits for clients to invoke methods on these objects. |
A. | Server |
B. | Client |
C. | Thread |
D. | Concurrent |
Answer» B. Client | |
10. |
A remote object is an object whose method can be invoked from another virtual environment. |
A. | True |
B. | False |
Answer» B. False | |
11. |
RMI stands for? |
A. | Remote Mail Invocation |
B. | Remote Message Invocation |
C. | Remaining Method Invocation |
D. | Remote Method Invocation |
Answer» E. | |