Q:

Which of the following is incorrect with respect to the proxy pattern

0

Which of the following is incorrect with respect to the proxy pattern?


  1. The Proxy pattern should be used whenever the services directly provided by some object need to be managed or mediated in some way without changing the object’s interface
  2. Virtual proxies can be used to delay the creation or loading of large and time-consuming objects to preserve space and ensure rapid responses to requests
  3. Remote proxies can hide the fact that an object is not locally present,handling the communication necessary to access the remote real object
  4. None of the mentioned

Answers

D. None of the mentioned

total answers (1)