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();
最新試題
JSP頁面是以()為擴(kuò)展名進(jìn)行保存。
可用于同一用戶訪問一個WEB服務(wù)目錄的不同網(wǎng)頁之間的實現(xiàn)數(shù)據(jù)共享的JSP內(nèi)置對象的是()
在JSP中使session無效的方法是()
在JSP頁面中下列哪個動作標(biāo)記不能獨立使用?()
在JSP頁面中動態(tài)包含一個文件動作標(biāo)記是()
關(guān)閉自動提交模式的方法是()
在JSP中獲取用戶請求的當(dāng)前WEB服務(wù)目錄的方法是()
在JSP中,制作留言板通常使用下面哪個JSP內(nèi)置對象?()
在JSP中如果要獲取用戶機(jī)的名稱需要使用的方法是()
在JSP中獲取session最長的“發(fā)呆”時間的方法是()