单项选择题
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
点击查看答案
相关考题
-
单项选择题
Adeveloperisdesigningamulti-tierwebapplicationanddiscoversaneedtologeachincomingclientrequest.Whichtwopatterns,takenindependently,provideasolutionforthisproblem?()
A. Transfer Object
B. Service Locator
C. Front Controller
D. Intercepting Filter
E. Business Delegate
F. Model-View-Controller -
单项选择题
Which is the correct web application deployment descriptor element for defining a servlet initialization parameter?()
A.A
B.B
C.C
D.D -
单项选择题
ServletAreceivesarequestthatitforwardstoservletBwithinanotherwebapplicationinthesamewebcontainer.ServletAneedstosharedatawithservletBandthatdatamustnotbevisibletootherservletsinA’swebapplication.InwhichobjectcanthedatathatAshareswithBbestored?()
A. HttpSession
B. ServletConfig
C. ServletContext
D. HttpServletRequest
E. HttpServletResponse
