單項(xiàng)選擇題MySession引用某HttpSession對(duì)象。當(dāng)調(diào)用mySession.setAttribute時(shí),一個(gè)HttpSessionBindingEvent對(duì)象將發(fā)往()。

A.HttpSessionListener的attributeAdded方法
B.ServletContextListener的attributeAdded方法
C.HttpSessionAttributeListener的attributeAdded方法
D.HttpSessionBindingListener的attributeAdded方法


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題以下哪些是會(huì)話(huà)事件的監(jiān)聽(tīng)API()。

A.javax.servlet.ServletContextListener
B.javax.Servlet.servletContextAttributeListener
C.javax.servlet.http.HttpWebSessionListener
D.javax.servlet.http.HttpSessionBindingListener

2.多項(xiàng)選擇題Cookie的特性有()。

A.cookie有名稱(chēng)/值對(duì)
B.cookie保存在客戶(hù)端
C.cookie中的信息在HTTP請(qǐng)求和響應(yīng)的主體中交換
D.cookie有可以設(shè)置的生命周期

3.單項(xiàng)選擇題J2EE中,哪個(gè)類(lèi)的哪個(gè)方法用于創(chuàng)建對(duì)話(huà)?()

A.HttpServletRequest、getSession
B.HttpServletResponse、newSession
C.HtttpSession、newInstance
D.HttpSession、getSession

4.單項(xiàng)選擇題設(shè)置session的有效時(shí)間使用的是該對(duì)象的什么方法?()

A.setAttribute()方法
B.getMaxInactiveInterval()方法
C.setMaxInactiveInterval()方法
D.setTime()方法

5.多項(xiàng)選擇題MVC模式中一般情況servlet可以擔(dān)任哪些角色?()

A.Controller中接受用戶(hù)請(qǐng)求
B.View中返回響應(yīng)信息,刷新用戶(hù)界面
C.Model中處理業(yè)務(wù)邏輯
D.訪(fǎng)問(wèn)Model中的元素