试题详情
- 多项选择题 You want to create a filter for your web application and your filter will implement javax.servlet.Filter. Which two statements are true?()
A、Your filter class must implement an init method and a destroy method.
B、Your filter class must also implement javax.servlet.FilterChain.
C、When your filter chains to the next filter, it should pass the same arguments it received in its doFiltermethod.
D、The method that your filter invokes on the object it received that implements javax.servlet.FilterChaincan invoke either another filter or a servlet.
E、Your filter class must implement a doFilter method that takes, among other things, anHTTPServletRequest object and an HTTPServletResponse object.
- A,D
关注下方微信公众号,在线模考后查看
热门试题
- class Parser&e
- What is th
- Math类用来实现什么功能?设x,y是
- 以下关于JVM的叙述,哪项正确?()
- Which three
- 流式布局的常用设置参数有哪些?()
- 关于红黑树和AVL树,以下哪种说法不正确
- 为什么说Frame是非常重要的容器?为什
- 10. class&ensp
- public class&e
- 下面有关struts1和struts2的
- 在Swing GUI编程中,
- 问这个程序的输出结果()。
- AnInterface is
- Which JSTLQ
- A JSP pa
- Click the
- 创建密码框返回的信息有哪些原则?(
- What is th
- 以下关于GUI事件处理模型的叙述,哪两项