InterviewSolution
Saved Bookmarks
| 1. |
A gateway for the server side object.(a) skeleton(b) stub(c) remote(d) server |
|
Answer» The correct choice is (a) skeleton For explanation I would say: The skeleton is an object, acts as a gateway for the server side object. All the incoming requests are routed through it. |
|