單項(xiàng)選擇題在servletrequest對(duì)象里哪個(gè)方法是用來獲取頁面?zhèn)鬟f來的參數(shù)的名字的集合的()。

A.getServletName
B.getHeadNames
C.getParameterNames
D.getInitParameterNames


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在servlet里每次請(qǐng)求都會(huì)被調(diào)用的是下面的哪個(gè)方法?()

A.service
B.destroy
C.getservletconfig
D.init

3.單項(xiàng)選擇題Servlet的初始化參數(shù)只能在Servlet的()方法中獲取。

A.init()
B.doPost()
C.doGet()
D.destroy()

4.單項(xiàng)選擇題在J2EE中,重定向到另一個(gè)頁面,以下()語句是正確的。

A.request.sendRedirect(
B.response.sendRedirect(
C.request.sendRedirect();
D.response.sendRedirect();

5.單項(xiàng)選擇題Servlet中,使用()接口中定義的()方法來處理客戶端發(fā)出的表單數(shù)據(jù)請(qǐng)求。

A.HttpServlet,doPost
B.ServletRequest,doGet
C.ServletRequest,doPost
D.HttpServlet,doHead