网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

InaJSP-centricwebapplication,youneedtocreateacatalogbrowsingJSPpage.ThecatalogisstoredasaListobjectinthecatalogattributeofthewebapp’sServletContextobject.Whichscriptletcodesnippetgivesyouaccesstothecatalogobject?()

A.<%Listcatalog=config.getAttribute("catalog");%>

B.<%Listcatalog=context.getAttribute("catalog");%>

C.<%Listcatalog=application.getAttribute("catalog");%>

D.<%Listcatalog=servletContext.getAttribute("catalog");%>


参考答案

更多 “ InaJSP-centricwebapplication,youneedtocreateacatalogbrowsingJSPpage.ThecatalogisstoredasaListobjectinthecatalogattributeofthewebapp’sServletContextobject.Whichscriptletcodesnippetgivesyouaccesstothecatalogobject?()A.%Listcatalog=config.getAttribute(catalog);%B.%Listcatalog=context.getAttribute(catalog);%C.%Listcatalog=application.getAttribute(catalog);%D.%Listcatalog=servletContext.getAttribute(catalog);% ” 相关考题