A. <%@ include=”a.htm”%>
B. <jsp:include file=”a.htm”/>
C. <%@ include page=”a.htm”%>
D. <%@ include file=”a.htm”%>
您可能感興趣的試卷
你可能感興趣的試題
面是創(chuàng)建Statement接口并執(zhí)行executeUpdate方法的代碼片段:
conn=DriverManager.getConnection("jdbc:odbc:book","","");
stmt=conn.createStatement();
String strsql="insert into book values(’TP003’, ’ASP.NET’,’李’,’清華出版社’,35)";
n=stmt.executeUpdate(strsql);
代碼執(zhí)行成功后n的值為()。
A. 1
B. 0
C. -1
D. 一個整數(shù)
A. Long.parseLong(String s)
B. Integer.parseInt(Stirng s)
C. Double.parseDouble(String s)
D. 不確定
A. request
B. session
C. application
D. scope
A. request.getParameter(name)
B. request.getParameter(”name”)
C. request.getParameterValues(name)
D. request.getParameterValues(“name”)
A. request . sendRedirect(“http://www.hncu.net”);
B. request . sendRedirect();
C. response . sendRedirect(“http://www.hncu.net”);
D. response .sendRedirect();
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
在JSP頁面中下列哪個動作標記不能獨立使用?()
在JSP中,page指令的()屬性定義JSP頁面使用的編碼。
為了豐富JSP頁面的圖形化布局,可以使用下面哪個JSP標準動作把一個圖像導(dǎo)入到JSP頁面中?()
下列request和response內(nèi)置對象的使用不正確的是()
在JSP中,page指令的()屬性通知瀏覽器用怎樣的編碼解析收到的字符。
在JSP中獲取session對象的ID方法是()
在JSP中,用來向用戶端輸出數(shù)據(jù)的JSP內(nèi)置對象是()
能執(zhí)行預(yù)編譯SQL的是()
在JSP中獲取用戶請求的當前WEB服務(wù)目錄的方法是()
在JSP中,制作留言板通常使用下面哪個JSP內(nèi)置對象?()