單項(xiàng)選擇題在JAVAEE中,在一個(gè)JSP文件中,有表達(dá)式〈%=2+3%〉,它將輸出()。

A.2+3
B.5
C.23
D.不會(huì)輸出,因?yàn)楸磉_(dá)式是錯(cuò)誤的


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在JSP中,()動(dòng)作用于將請(qǐng)求轉(zhuǎn)發(fā)給其他JSP頁(yè)面。

A.forward
B.include
C.useBean
D.setProperty

2.單項(xiàng)選擇題在Servlet里,能正確獲取session的語(yǔ)句是()。

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.單項(xiàng)選擇題要設(shè)置某個(gè)JSP頁(yè)面為錯(cuò)誤處理頁(yè)面,以下page指令正確的是()。

A.〈%@ page errorPage="true"%〉
B.〈%@ page isErrorPage="true"%〉
C.〈%@ page extends="javax.servlet.jsp.JspErrorPage"%〉
D.〈%@ page info="error"%〉

4.單項(xiàng)選擇題JAVA EE中,以下關(guān)于HttpServlet的說(shuō)法錯(cuò)誤的是()。

A.HttpServlet是一個(gè)抽象類
B.HttpServlet類擴(kuò)展了GenericServlet類
C.HttpServlet類的子類必須至少重寫service方法
D.HttpServlet位于javax.servlet.http包中