- 193
- 0
- 约1.3万字
- 约 10页
- 2017-04-12 发布于四川
- 举报
java综合测试2(有答案)
1、某 JSP程序中声明使用javaBean的语句如下:jsp:useBean id=“use”class=“mypackage.User”scope=“page”/要取出该javaBean的loginName属性值,以下语句正确的是( )(选择二项)
A、jsp:getProperty name=“use”property=“loginName”/
B、jsp:getProperty id=“use”property=“loginName”/
C、%=user.getLoginName()% D、%=user.getProperty(“loginName”)%
2、在J2EE中,request对象的( )方法可以获取页面请求中一个表单组件对应多个值时的用户的请求数据(选择一项)
A、String getParameter(String name) B、String[] getParameter(String name)
C、String getParameterValues(String name)
D、String[] getParameterValues(String name)
3、Web 应用中,常用的会话跟踪方法不包括( )(选择一项)
A、URL重写 B、Cookie C、隐藏表单域 D、有状态HTTP协议
4、J2EE中,( )类的( )方法用于返回应用程序的上下文路径(选择一项)
A、HttpServletRequest、getContextPath() B、HttpServletRequest、getPathInfo()
C、ServletContext、getContextPath() D、ServletContext、getPathInfo()
5、在J2EE中,在web.xml中定义过滤器时可以指定初始化参数,以下定义正确的是( )(选择一项)
A、filter
filter-namesomeFilter/filter-name filter-classfilter.SomeFilter/filter-class init-param param-nameencoding/param-name param-valueEUC_JP/param-value /init-param /filter
B、filter
filter-namesomeFilter/filter-name init-param param-nameencoding/param-name param-valueEUC_JP/param-value /init-param /filter
C、filter-mapping
filter-namesomeFilter/filter-name init-param param-nameencoding/param-name param-valueEUC_JP/param-value /init-param /filter-mapping
D、filter-mapping
filter-namesomeFilter/filter-name filter-classfilter.SomeFilter/filter-class init-param param-nameencoding/param-name param-valueEUC_JP/param-value /init-param /filter-mapping
6、在J2EE中,给定某Servlet的代码如下,编译运行该文件,以下陈述正确的是( )(选择一项)public class Servlet1 extendsHttpServlet{??? public void init() throws servletException{??? }?????public void service(HttpServletRequest request,HttpServletResponse response)????????????????????throws ServletException,IOException{??????????? PrintWriter out = response.get.Writer();??????????? out.println(“hello!“);??? }}
A、编译该文件时会缺少doGet()或者dopost()方法,编译不能够成功通过
B、编译后,把Servlet1.class放在正确位置,运行该Servlet,在浏览器中会看到输出文字
您可能关注的文档
- 河北省唐山一中09-10届高二上学期开学调研考试(化学).doc
- C语言程序设计题比较经典编程作业.docx
- C语言试卷和答案.doc
- 河北省唐山一中09-10届高二上学期期中考试(地理).doc
- c语言上机选择题题和答案.doc
- 河北孟村回民中学11-12届高一上学期期中考试试卷(生物).doc
- C课程设计-计算各分数表达式的值.doc
- 河北师大附中2007-2008学届第一学期高二第二阶段考试(历史).doc
- 河北省唐山一中09-10届高二上学期期中考试(化学).doc
- 河北徐水综合高中高一数学月考试题.doc
- 2021年11月心理咨询师二级理论常识真题及答案.docx
- 2021年11月安庆市太湖县(卫生类)招聘考试《护理学》试卷.docx
- 2021年11月应急管理单位公考行政能力测试考试题(附答案解析)通用题库.docx
- 2021年11月安庆市桐城市(卫生类)招聘考试《护理学》试卷.docx
- 2021年11月太原市清徐县(卫生类)招聘考试《护理学》试卷.docx
- 2021年11月临沧市永德县(卫生类)招聘考试《护理学》试卷.docx
- 2021年11月二级心理咨询师理论技能真题及答案.docx
- 2021年10月配电网规划普考模拟试卷与答案解析5.docx
- 2021年10月配电网规划普考模拟试卷与答案解析30.docx
- 2021年10月财经法规与会计职业道德同步检测试卷含答案.docx
原创力文档

文档评论(0)