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是一個抽象類
B.HttpServlet類擴展了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對象中一直存在于對話中,直至其終止或被刪除為止,下劃線中應填入()。
A.page
B.request
C.session
D.application
最新試題
Vue Router中,哪個函數(shù)用于在運行時添加路由()
以下哪個不是URI的組成部分()
Jjwt類庫主要用于什么()
在Spring Security中,哪個接口用于獲取用戶信息()
在Vue Router中,哪個函數(shù)用于響應路由參數(shù)的變化()
保護API的主要目的是什么()
在使用jjwt類庫時,需要在哪個文件中配置密鑰和過期時間()
響應式編程主要關(guān)注什么()
Vue Router的全局后置鉤子是使用哪個方法注冊的()
在Spring WebFlux中,以下哪個注解用于構(gòu)建響應式Web應用程序()