JavaWeb应用程序必须负责为HttpSession分配惟一的ID。
- A正确
- B错误
1、mySession是属于HttpSession类型的对象,则下列语句:myS
mySession是属于HttpSession类型的对象,则下列语句:mySission.setMaxInactiveInterval(60);的作用为()?A如果用户访问本web应用程序的间隔超过了1分钟,会话将被容器终止...
Which HttpSession method stores an object in a session?()A put(String name. Object value)B&e...
Given an HttpSession session,a ServletRequest request,and a ServletContext context,which retrieves aUR...
4、在JavaWeb应用程序中,使用数据源与JNDI获得数据库连接时,应把JDB
在JavaWeb应用程序中,使用数据源与JNDI获得数据库连接时,应把JDBC驱动程序jar文件放在()下。A应用程序的src目录B应用程序的/WEB-INF/lib目录CTomcat的根目录DTomcat5.5的common/lib目录
5、MySession引用某HttpSession对象。当调用mySession
MySession引用某HttpSession对象。当调用mySession.setAttribute时,一个HttpSessionBindingEvent对象将发往()。AHttpSessionListener的attributeAdded方法BServletContextLis...
6、在使用HttpSession维护当前在线人数的WEB应用中,当一个客户离开W
在使用HttpSession维护当前在线人数的WEB应用中,当一个客户离开WEB应用时,将激发()?AServletContextListener监听器的contextDestroyed()方法BHttpSessionListener监听器...