單項選擇題在J2EE的Model Ⅱ模式中,模型層對象被編寫為()

A.Applet
B.JSP
C.Server
D.JavaBean


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在J2EE中,在一個JSP文件中,有表達(dá)式<%=2+3 %>,它將輸出()

A.2+3
B.5
C.23
D.不會輸出,因為表達(dá)式是錯誤的

2.單項選擇題在Servlet里,能正確獲取session的語句是()

A.HttpSession session = request.getSession(true);
B.HttpSession session = request.getHttpSession(true);
C.HttpSession session = response.getSession(true);
D.HttpSession session = response. getHttpSession (true);

3.單項選擇題在JSP中如果要導(dǎo)入java.io.* 包,應(yīng)該使用()指令。

A. page
B. include
C. taglib
D. forward

4.單項選擇題用下列哪個方法將使會話失效()

A.session.invalidate();
B.session.close();
C.session.destroy();
D.session.end();

5.單項選擇題session對象的()方法可以用來設(shè)置session對象的超時時間。

A. time()
B. setMaxInactiveInterval()
C. maxTime()
D. invalidate()