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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.單項(xiàng)選擇題cn是Connection對象,創(chuàng)建Statement對象的方法是()。

A.Statement st=new Statement()
B.Statement st=cn.newStatement()
C.Statement st=cn.createNewStatement()
D.Statement st=cn.createStatement()

4.單項(xiàng)選擇題ession對象的()方法用于設(shè)置會(huì)話的超時(shí)時(shí)間。

A.session.setAttribute(“time”,30);
B.session.setMaxTime(30);
C.session.getMaxInactiveInterval();
D.session.setMaxInactiveInterval(30);

5.單項(xiàng)選擇題sesson對象的()方法用于判斷是否為開始新會(huì)話。

A.isNewSessionID()
B.begin()
C.invalidate()
D.isNew()