移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

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

发布日期:2022-07-14

You want to create a filter for your web applicati...
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.

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

Java认证考试

SCWCD(310-083)

去刷题