可学答题网 > 问答 > SCWCD(310-083)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You want to create&ens


You want to create a filter for your web application and your filter will implement javax.servlet.Filter. Which two statements are true?()

  • AYour filter class must implement an init method and a destroy method.
  • BYour filter class must also implement javax.servlet.FilterChain.
  • CWhen your filter chains to the next filter, it should pass the same arguments it received in its doFiltermethod.
  • DThe method that your filter invokes on the object it received that implements javax.servlet.FilterChaincan invoke either another filter or a servlet.
  • EYour filter class must implement a doFilter method that takes, among other things, anHTTPServletRequest object and an HTTPServletResponse object.
参考答案
参考解析:
分类:SCWCD(310-083)题库