单项选择题
A.Flyweight
B.Transfer Object
C.Service Locator
D.Dispatcher View
E.Business Delegate
F.Model-View-Controller
多项选择题 Whichthreearevalidvaluesforthebody-contentattributeofatagdirectiveinatagfile?()
多项选择题 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?()
单项选择题 Given: 5.public class MyTagHandler extends TagSupport { 6.public int doStartTag() throws JspException { 7.try { 8.// insert code here 9.} catch(Exception ex) { /* handle exception */ } 10.return super.doStartTag(); 11.}...42. } Which code snippet, inserted at line 8,causes the value foo to be output?()