A.HttpSession session=request.getSession(true)
B.HttpSession session=request.getHttpSession(true)
C.HttpSession session=response.getSession(true)
D.HttpSession session=response.getHttpSession(true)
您可能感興趣的試卷
你可能感興趣的試題
A.〈%@ page errorPage="true"%〉
B.〈%@ page isErrorPage="true"%〉
C.〈%@ page extends="javax.servlet.jsp.JspErrorPage"%〉
D.〈%@ page info="error"%〉
A.HttpServlet是一個(gè)抽象類
B.HttpServlet類擴(kuò)展了GenericServlet類
C.HttpServlet類的子類必須至少重寫service方法
D.HttpServlet位于javax.servlet.http包中
A.init
B.service
C.doFilter
D.destroy
A.sendURL()
B.redirectURL()
C.sendRedirect()
D.redirectResponse()
在JAVAEE中,test.jsp文件中有如下一行代碼:
〈jsp:useBean id="user" scope="_____" type="com.UserBean"/〉
要使user對(duì)象中一直存在于對(duì)話中,直至其終止或被刪除為止,下劃線中應(yīng)填入()。
A.page
B.request
C.session
D.application
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
Vue Router中的全局前置守衛(wèi)是使用哪個(gè)方法注冊(cè)的()
在Spring WebFlux中,以下哪個(gè)操作符用于跳過(guò)Flux中的指定數(shù)量的元素()
在Spring中,哪個(gè)注解用于從請(qǐng)求中獲取請(qǐng)求參數(shù)()
在Spring Security中,哪個(gè)接口用于獲取用戶信息()
響應(yīng)式編程主要關(guān)注什么()
響應(yīng)式編程的哪個(gè)特點(diǎn)允許事件驅(qū)動(dòng)的系統(tǒng)通過(guò)push而不是pull來(lái)處理()
以下哪個(gè)不是測(cè)試REST API的方法()
在Vue Router中,哪個(gè)函數(shù)用于獲取當(dāng)前路由對(duì)象的信息()
在Spring WebFlux中,以下哪個(gè)注解用于構(gòu)建響應(yīng)式Web應(yīng)用程序()
以下哪個(gè)不是URI的組成部分()