單項(xiàng)選擇題在JSP中使用<jsp:useBean>動(dòng)作可以將javaBean嵌入JSP頁(yè)面,對(duì)JavaBean的訪問(wèn)范圍不能是()。

A. page
B. request
C. response
D. application


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

4.單項(xiàng)選擇題J2EE中以下關(guān)于HttpServlet的說(shuō)法錯(cuò)誤的是()

A. HttpServlet是一個(gè)抽象類
B. HttpServlet類擴(kuò)展了GenericServlet類
C. HttpServlet類的子類必須至少重寫(xiě)service方法
D. HttpServlet位于javax.servlet.http包中

5.單項(xiàng)選擇題在HttpSession中寫(xiě)入和讀取數(shù)據(jù)的方法是()

A.setParameter()和getParamter()
B.setAttribute()和getAttribute()
C.addAttribute()和getAttribute()
D.set()和get()