多項選擇題以下哪些是會話事件的監(jiān)聽API()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題Cookie的特性有()。

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

2.單項選擇題J2EE中,哪個類的哪個方法用于創(chuàng)建對話?()

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

3.單項選擇題設(shè)置session的有效時間使用的是該對象的什么方法?()

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

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

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

5.多項選擇題MVC模式包括哪幾個層?()

A.模型層
B.管理層
C.視圖層
D.控制層
E.數(shù)據(jù)層