Question 390. What Are The Different Types Of Proxy Patterns?
1-Remote Proxy - A reference is given to a different object in a different memory location. This may be on a different or a same machine. 2-Virtual Proxy - This kind of object is created only & only when really required because of its memory usage. 3-Cache Proxy - An object that behaves as a temporary storage so that multiple applications may use it. For example, in ASP.NET