問題詳情

82 You want to create a filter for your web application and your filter will implement.servlet.Filter.Which two statements are true? (Choose two)
(A) Your filter class must implement an init method and a destroy method.
(B) Your filter class must also implement javax.sarvlat.FilterChain.
(C) When your filter chains to the next filter, it should pass the same arguments it received in itsdoFilter method.
(D) The method that your filter invokes on the object it received that implementsjavax -servlet.Filterchain can 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.

參考答案

無參考答案

內容推薦

內容推薦