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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

5.單項選擇題下列哪個接口用于獲取關于數(shù)據(jù)庫的結構信息()。

A.Statement
B.PreparedStatement
C.null
D.DatabaseMetaData