Multiple choice

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

  1. It represents an object locally which belongs to a different address space.

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

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

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

  5. Option (1), (3) and (4).

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

These are incorrect statements.