A.%@taglib URL=“/hello”prefix=“examples”%> B.%taglib URI=“/hello”prefix=“examples”%> C.%@taglib url=“/hello”prefix=“examples”%> D.%@taglib uri=“/hello”prefix=“examples”%>
A.JSP自定義標(biāo)記是用于添加新動(dòng)作標(biāo)記的擴(kuò)展機(jī)制 B.標(biāo)記庫(kù)通常被打包成.jar文件,該文件包含實(shí)現(xiàn)庫(kù)標(biāo)記的Java文件 C.web.xml文件的表示類(lèi)文件的位置 D.標(biāo)記的屬性名在web.xml文件中描述擴(kuò)展標(biāo)記的用法
A.getServletContext() B.getInitParameter(Stringname) C.getFilterName() D.getInitParameterNames()