多项选择题
In an n-tier application, which two invocations are typically remote, not local?()
A.JSP to Transfer Object
B.Service Locator to JNDI
C.Controller to request object
D.Transfer Object to Entity Bean
E.Controller to Business Delegate
相关考题
-
单项选择题
A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades 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 -
多项选择题
Whichthreearevalidvaluesforthebody-contentattributeofatagdirectiveinatagfile?()
A.EL
B.JSP
C.Empty
D.Dynamic
E.Scriptless
F.Tagdependent -
多项选择题
Given: 6.<myTag:foo bar=’42’> 7.<%="processing" %> 8.</myTag:foo> and a custom tag handler for foo which extends TagSupport. Which two are true about thetag handler referenced by foo?()
A.The doStartTag method is called once.
B.The doAfterBody method is NOT called.
C.The EVAL_PAGE constant is a valid return value for the doEndTag method.
D.The SKIP_PAGE constant is a valid return value for the doStartTag method.
E.The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.
