單項選擇題使用response對象進行重定向時,使用的方法是()

A.getAttribute
B.setContentType
C.sendRedirect
D.setAttribute


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列選項中,()可以準確地獲取請求頁面的一個文本框的輸入(文本框的名稱為name)。

A.request.getParameter(name)
B.request.getParameter(”name”)
C.request.getParameterValues(name)
D.request.getParameterValues(“name”)

2.單項選擇題page指令的()屬性用于引用需要的包或類。

A.extends
B.import
C.isErrorPage
D.language

3.單項選擇題JSP是在()階段生成Servlet源代碼的。

A.轉(zhuǎn)譯
B.編譯
C.執(zhí)行
D.響應(yīng)

4.單項選擇題()是發(fā)送郵件的協(xié)議。

A.SMTP
B.IAMP
C.POP3
D.HTTP

5.單項選擇題ServletContext接口的()方法用于將對象保存到Servlet上下文中。

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