给定一个JSP程序源码如下:
在two.jsp中加入( )代码片断可以输出参数location的值。
A.
B.
C.<% = request.getAttribute(“location”)%>
D.<% = request.getParameter(“location”)%>
下列__________接口专用于访问数据库的中存储过程。
A. CallableStatement B. PreparedStatement
C. ProcedureStatement D. Statement