單項選擇題哪兩種會話跟蹤技術最為接近?()

A.Cookie和session
B.Url重寫和隱藏表單
C.Url重寫和Cookie
D.隱藏表單和session


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題MySession引用某HttpSession對象。當調用mySession.setAttribute時,一個HttpSessionBindingEvent對象將發(fā)往()。

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

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

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

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

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

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

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

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

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