试题详情
- 单项选择题 Given: 5.public class MyTagHandler extends TagSupport { 6.public int doStartTag() throws JspException { 7.try { 8.// insert code here 9.} catch(Exception ex) { /* handle exception */ } 10.return super.doStartTag(); 11.}...42. } Which code snippet, inserted at line 8,causes the value foo to be output?()
A、JspWriter w = pageContext.getOut();
B、print("foo");
C、JspWriter w = pageContext.getWriter();
D、JspWriter w = new JspWriter(pageContext.getWriter()); . w.print("foo");
- A
关注下方微信公众号,在线模考后查看
热门试题
- A JSP pag
- Float pi
- 10. public&ens
- You are b
- 1. interface&e
- 以下代码在编译和运行过程中会出现什么情况
- Which retrieves
- Which element&
- 如何引用包中的某个类?如何引用整个包?如
- public class&e
- 有一个已经排好序的数组。现输入一个数,要
- 标签是最常用的组件,它的作用是在界面上显
- Which two
- 使用下列哪些关键字可以判定实参的具体类型
- Which two
- 一个偶数总能表示为两个素数之和。
- 求个位数是6,且能被3整除的所有四位数之
- What is th
- 有这么一段程序: 请问以上程序执行的结
- 10. class&ensp