InterviewSolution
Saved Bookmarks
| 1. |
An object acting as a gateway for the client side.(a) skeleton(b) stub(c) remote(d) server |
|
Answer» Right option is (b) stub Explanation: The stub is an object that acts as a gateway for the client side. The outgoing requests are passed through the stub. |
|