多項(xiàng)選擇題以下哪些是會(huì)話事件的監(jiān)聽API()。
A.javax.servlet.ServletContextListener
B.javax.Servlet.servletContextAttributeListener
C.javax.servlet.http.HttpWebSessionListener
D.javax.servlet.http.HttpSessionBindingListener
您可能感興趣的試卷
你可能感興趣的試題
1.多項(xiàng)選擇題Cookie的特性有()。
A.cookie有名稱/值對(duì)
B.cookie保存在客戶端
C.cookie中的信息在HTTP請(qǐng)求和響應(yīng)的主體中交換
D.cookie有可以設(shè)置的生命周期
2.單項(xiàng)選擇題J2EE中,哪個(gè)類的哪個(gè)方法用于創(chuàng)建對(duì)話?()
A.HttpServletRequest、getSession
B.HttpServletResponse、newSession
C.HtttpSession、newInstance
D.HttpSession、getSession