Lazy Loading:?
- The proxy controls access to the real object, initializing it only when needed.
This is known as lazy loading. For example, the large image is only loaded
when the client requests it for the first time.
This is known as lazy loading. For example, the large image is only loaded
when the client requests it for the first time.