下列方法中,返回Session中存在的属性名的是( )。 A: getAttribute() B: getAttributeNames() C: getServletContext() D: removeAttribute()
下列方法中,返回Session中存在的属性名的是( )。 A: getAttribute() B: getAttributeNames() C: getServletContext() D: removeAttribute()
下面方法中,用于获取ServletContext对象的方法是 A: getServletConfig().getServletContext() B: getServletContext() C: getServlet().getServletContext() D: response.getServletContext()
下面方法中,用于获取ServletContext对象的方法是 A: getServletConfig().getServletContext() B: getServletContext() C: getServlet().getServletContext() D: response.getServletContext()
如果Session(“a”)=1,Session(“b”)=2,请问Session(“a”)+Session(“b”)的值是
如果Session(“a”)=1,Session(“b”)=2,请问Session(“a”)+Session(“b”)的值是
【单选题】阅读下面代码片段: JavaBeanClass bean=newJavaBeanClass(parameter) ; getServletContext().setAttribute("keyword",bean); 或者 application.setAttribute("keyword",bean); 该段代码创建的 Bean ,下列叙述哪项是正确的? A. Request 周期的 Bean B. Application 周期的 Bean C. Session D. Page 周期的 Bean
【单选题】阅读下面代码片段: JavaBeanClass bean=newJavaBeanClass(parameter) ; getServletContext().setAttribute("keyword",bean); 或者 application.setAttribute("keyword",bean); 该段代码创建的 Bean ,下列叙述哪项是正确的? A. Request 周期的 Bean B. Application 周期的 Bean C. Session D. Page 周期的 Bean
下面哪个表达式是给session变量赋值: A: session("?nick") B: session("nick") C: session("nick","","think") D: session("nick",null)
下面哪个表达式是给session变量赋值: A: session("?nick") B: session("nick") C: session("nick","","think") D: session("nick",null)
创建一个名为user的Session的正确方法是() A: Session[user]=值; B: Session("user")=值 C: Session(user)=值 D: Session["user"]=值
创建一个名为user的Session的正确方法是() A: Session[user]=值; B: Session("user")=值 C: Session(user)=值 D: Session["user"]=值
通过ServletConfig对象的getServletContext()方法,不能获取Servlet所在的应用上下文对象。
通过ServletConfig对象的getServletContext()方法,不能获取Servlet所在的应用上下文对象。
可以设置session对象的()属性改变session对象的有效时间,如果要结束session,则使用session对象的()方法.
可以设置session对象的()属性改变session对象的有效时间,如果要结束session,则使用session对象的()方法.
下面是设置和取出Session对象的代码。设置Session的代码:Session[“greeting”]=”hello world!”;取出该Session对象的代码:string Mystr=()
下面是设置和取出Session对象的代码。设置Session的代码:Session[“greeting”]=”hello world!”;取出该Session对象的代码:string Mystr=()
下面选项中,用于返回当前HttpSession对象所属于的WEB应用程序对象的方法是 A: request.getServletContext(); B: session.getServletContext(); C: response.getServletContext(); D: session.getApplication();
下面选项中,用于返回当前HttpSession对象所属于的WEB应用程序对象的方法是 A: request.getServletContext(); B: session.getServletContext(); C: response.getServletContext(); D: session.getApplication();