A developer is designing a web application that makes many fine-grained remote data requests for
each client request. During testing, the developer discovers that the volume of remote requests
significantly degrades performance of the application. Which design pattern provides a solution for
this problem?
A.
Flyweight
B.
Transfer Object
C.
Service Locator
D.
Dispatcher View
E.
Business Delegate
F.
Model-View-Controller
Explanation: