题目内容

箱式满堂基础,可按满堂基础、柱、梁、墙、板分别编码列项;也可按第五级编码分别列项。

A. 对
B. 错

查看答案
更多问题

预制钢筋混凝土楼梯,可按斜梁、踏步分别编码(第五级编码)列项。 ( )

A. 对
B. 错

在Java Web应用程序中,运行a.jsp后,浏览器上显示如下表格,在a,jsp上进行选择后将页面提交到b.jsp中要获得选中的复选框的值(假定复选框的名称均为id),应该编写下列( )代码段。

A. <%String ids=request.getParameter(“id”);if(ids != null&& ids.length !=0){for(int i=0;
B. <%String ids[]=request.getParameter(“id”);if(ids != null&& ids.length!=0){for(int i=0;
C. <%String ids=request.getParameterValues(“id”);if(ids != null&& ids.length!=0){for(int i=0;
D. <%String ids[]=request.getParameterValues(“id”);if(ids != null&& ids.length!=0){for(int i=0;

将一个Student类的对象student用名称studobj存储到请求作用域中,下面代码哪个是正确的?( )

A. request.setAttribute(“student”,studobj)
B. request.addAttribute(“student”,studobj)
C. request.setAttribute(“studobj”,student)
D. request.getAttribute(“studobj”,student)

想要正确显示中文,下面那一个可以在Servlet的类hello.java中设置?()

A. request.setContentType(“text/html;charset=gb2312”);
B. reponse.setContentType(“text/html;charset=gb2312”);
C. request.setContentType(“charset=gb2312”);
D. reponse.setContentType(“charset=gb2312”);

答案查题题库