单项选择题以下关于EL和JSTL说法错误的是()?

A.EL是一种简洁的数据访问语言
B.EL表达式基本形式:${var}
C.JSTL的全称是JavaServer Pages Standard Tag Library
D.JSTL只有一个Core核心标签库


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题EL表达式在对隐含对象进行查找时最先查找的是()。

A.session
B.page
C.application
D.cookie

2.单项选择题下面不是EL表达式特点的是()。

A.访问JavaBean属性
B.访问JSP作用域
C.任何浏览器都支持
D.可直接进行运算

3.多项选择题禁用EL表达式的方法有()。

A.使用斜杠“\”符号
B.使用page指令
C.在web.xml文件中配置〈el-ignored〉元素
D.使用异常处理方法

4.单项选择题几种会话维护技术中,最相似的两种技术是()。

A.URL重写技术和Cookie技术
B.URL重写技术和隐藏表单技术
C.Cookie技术和隐藏表单技术
D.隐藏表单技术和Servlet规范的HttpSession接口

5.单项选择题哪两种会话跟踪技术最为接近?()

A.Cookie和session
B.Url重写和隐藏表单
C.Url重写和Cookie
D.隐藏表单和session

6.单项选择题MySession引用某HttpSession对象。当调用mySession.setAttribute时,一个HttpSessionBindingEvent对象将发往()。

A.HttpSessionListener的attributeAdded方法
B.ServletContextListener的attributeAdded方法
C.HttpSessionAttributeListener的attributeAdded方法
D.HttpSessionBindingListener的attributeAdded方法

7.多项选择题以下哪些是会话事件的监听API()。

A.javax.servlet.ServletContextListener
B.javax.Servlet.servletContextAttributeListener
C.javax.servlet.http.HttpWebSessionListener
D.javax.servlet.http.HttpSessionBindingListener

8.多项选择题Cookie的特性有()。

A.cookie有名称/值对
B.cookie保存在客户端
C.cookie中的信息在HTTP请求和响应的主体中交换
D.cookie有可以设置的生命周期

9.单项选择题J2EE中,哪个类的哪个方法用于创建对话?()

A.HttpServletRequest、getSession
B.HttpServletResponse、newSession
C.HtttpSession、newInstance
D.HttpSession、getSession

10.单项选择题设置session的有效时间使用的是该对象的什么方法?()

A.setAttribute()方法
B.getMaxInactiveInterval()方法
C.setMaxInactiveInterval()方法
D.setTime()方法