网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
JSP隐式对象out可以通过response.getWriter()方式获取,然后再通过println()或者write()方法向页面发送文本内容。()
参考答案和解析
错误
更多 “JSP隐式对象out可以通过response.getWriter()方式获取,然后再通过println()或者write()方法向页面发送文本内容。()” 相关考题
考题
在J2EE中,在aa.jsp中有行代码:%request.setAttribute(Co.,jb-aptech%request.setAttribute(Co.,jb-aptech);%在bb.jsp中有行代码:%out.println((String)request.getAttribute(Co.));%为了使得在bb.jsp中的如上代码可以显示jb-aptech”,可以使用()方法。A.在aa.jsp中使用formmethod=postaction=bb.jsp把请求提交到bb.jspB.在aa.jsp中使用jsp:forwardfile=bb.jsp/把页面重定向到bb.jspC.在aa.jsp中使用%response.sendRedirect(bb.jsp);%把页面重定向到bb.jspD.在aa.jsp中使用%@includefile=bb.jsp%包含页面bb.jspE.在aa.jsp中使用%config.getServletContext().getRequestDispatcher(/bb.jsp).forward(request,response);%把页面重定向到bb.jsp
考题
在J2EE中,在aa.jsp中有行代码: %% request.setAttribute("Co.","jb-aptech"); % 在bb.jsp中有行代码: % out.println((String)request.getAttribute("Co.")); % % 为了使得在bb.jsp中的如上代码可以显示“jb-aptech”,可以使用()方法。A、在aa.jsp中使用form method=post action="bb.jsp"把请求提交到bb.jsp B、在aa.jsp中使用jsp:forward file="bb.jsp" /把页面重定向到bb.jsp C、在aa.jsp中使用% response.sendRedirect("bb.jsp"); %把页面重定向到bb.jsp D、在aa.jsp中使用%@ include file="bb.jsp" %包含页面bb.jsp E、在aa.jsp中使用% config.getServletContext().getRequestDispatcher("/bb.jsp").forward(request,response); %把页面重定向到bb.jsp
考题
现有: class Pencil { public void write (String content){ System.out.println ("Write"+content); } } class RubberPencil extends Pencil{ public void write (String content){ System.out.println ("Rubber Write"+content); } public void erase (String content){ System.out.println ("Erase "+content); } } 执行下列代码的结果是哪项?() Pencil pen=new RubberPencil(); pen.write("Hello"); A、 Write HelloB、 Rubber Write HelloC、编译错误D、运行时抛出异常
考题
在Word中,通过文本框()。A、可以把文字放置在页面的任意位置B、可以和文本内容产生环绕C、可以和其他浮动式对象组合D、可以设置文本框中文字的大小E、可以设置文本框中文字与边框间的距离为0
考题
以下()是错误的JSP页面的表达方式。A、〈%! int a; %〉B、〈%= "Hello" %〉C、〈%= "world"; %〉D、〈% out.println("jsp"); %〉
考题
多选题在Word中,通过文本框()。A可以把文字放置在页面的任意位置B可以和文本内容产生环绕C可以和其他浮动式对象组合D可以设置文本框中文字的大小E可以设置文本框中文字与边框间的距离为0
考题
单选题在Servlet中,下列语句可以正确获取PrintWriter对象的是()A
PrintWriter out = request.getWriter();B
PrintWriter out = request.getPrinteWriter();C
PrintWriter out = response.getWriter();D
PrintWriter out = responce.getPrinteWriter();
考题
单选题现有: class Pencil { public void write (String content){ System.out.println ("Write"+content); } } class RubberPencil extends Pencil{ public void write (String content){ System.out.println ("Rubber Write"+content); } public void erase (String content){ System.out.println ("Erase "+content); } } 执行下列代码的结果是哪项?() Pencil pen=new RubberPencil(); pen.write("Hello");A
Write HelloB
Rubber Write HelloC
编译错误D
运行时抛出异常
热门标签
最新试卷