單項(xiàng)選擇題ServletContext接口的()方法用于將對(duì)象保存到Servlet上下文中。

A.getServetContext()
B.getContext()
C.getAttribute()
D.setAttribute()


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題Servlet使用()接口的forward和include方法進(jìn)行通信。

A.ServletContext
B.ServletConfig
C.RequestDispatcher
D.HttpSession

2.單項(xiàng)選擇題HttpServletRequest接口的()方法用于創(chuàng)建會(huì)話。

A.setSession()
B.getContext()
C.getSession()
D.putSession()

4.單項(xiàng)選擇題在()中存儲(chǔ)描述web應(yīng)用程序的元數(shù)據(jù)。

A.jsp
B.jar文件
C.Tag文件
D.web.xml

5.多項(xiàng)選擇題下列關(guān)于JSP的scriptlet的陳述正確的是()。

A.Scriptlet是包含在<%和>%<%和%>之間的
B.Scriptlet可以包含import語(yǔ)句
C.Scriptlet不但包含Java代碼,還可以包含html代碼
D.整個(gè)JSP可以有多個(gè)<%t和%><%T和%<%和%>>對(duì)