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)記是用于添加新動作標(biāo)記的擴展機制 B.標(biāo)記庫通常被打包成.jar文件,該文件包含實現(xiàn)庫標(biāo)記的Java文件 C.web.xml文件的表示類文件的位置 D.標(biāo)記的屬性名在web.xml文件中描述擴展標(biāo)記的用法
A.getServletContext() B.getInitParameter(Stringname) C.getFilterName() D.getInitParameterNames()