下列_________指令定义在JSP编译时包含所需要的资源。
A. include B. page C. taglib D. forward
下列__________接口专用于访问数据库的中存储过程。
A. CallableStatement B. PreparedStatement
C. ProcedureStatement D. Statement
在表单标记中,用______属性来提交填写的信息、调用表单处理程序。
A.method B.name C. style D. action
在Servlet里,能正确获取session的语句是( )。
a)HttpSession session = request.getSession(true);
b)HttpSession session = request.getHttpSession(true);
c)HttpSession session = response.getSession(true);
d)HttpSession session = response. getHttpSession (true);