InterviewSolution
Saved Bookmarks
| 1. |
What Is A Proxy? |
|
Answer» A PROXY is an OBJECT that is created after APPLYING advice to a TARGET object. When you think of client objects the target object and the proxy object are the same. A proxy is an object that is created after applying advice to a target object. When you think of client objects the target object and the proxy object are the same. |
|