Tomcat服务器的默认端口为_______。
A. 8888 B.
JDBC中接口用于连接数据库。
要设置某个JSP页面为错误处理页面,以下page指令正确的是( )。
a)<%@ page errorPage="true"%>
b)<%@ page isErrorPage="true"%>
c)<%@ page extends="javax.servlet.jsp.JspErrorPage"%>
d)<%@ page info="error"%>
在two.jsp中使用( )代码片段可以输出参数location的值。
a)
b)
c) <%=request.getAttribute("location")%>
d) <%=request.getParameter("location")%>