Multiple choice

Which of the following is/are incorrect about Remote Proxy object in the Proxy design pattern?

  1. It provides the client specific information to the server.

  2. This object represents a heavy or skeleton object as a virtual proxy object and on demand load the real object.

  3. It provides protection to the web pages by blocking some content.

  4. All of the above.

  5. Both (1) and (2).

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All of these are incorrect statements about Remote Proxy object in the Proxy design pattern.