單項(xiàng)選擇題如JSP頁(yè)面執(zhí)行時(shí)遇到自定義標(biāo)簽,doStartTag()方法將被調(diào)用()次

A.1
B.1或多
C.0或1
D.0或多


您可能感興趣的試卷

你可能感興趣的試題

3.單項(xiàng)選擇題在JSP中()動(dòng)作用于將請(qǐng)求轉(zhuǎn)發(fā)給其他JSP頁(yè)面。

A.forward
B.include
C.useBean
D.setProperty

4.單項(xiàng)選擇題J2EE中()類()方法用于返回應(yīng)用程序的上下文路徑。

A.HttpServletRequest、getContextPath()
B.HttpServletRequset、getPathInfo()
C.ServletContext、getContextPath()
D.ServletContext、getPathInfo()

5.單項(xiàng)選擇題在J2EE中使用Servlet過(guò)濾器時(shí),可以在web.xml文件的()元素中包括<init-param>元素。

A.<filter>
B.<filter-mapping>
C.<filter-name>
D.<filter-class>