1Z0-858 Web TestEngine demo

Exit VCEDump 1Z0-858 Java Enterprise Edition 5 Web Component Developer Certified Professional
Question 22 of 42
0% complete
Q22 Single choice

Given the web application deployment descriptor elements:

100% Real Q&As | 100% Real Pass

11. <filter>
12. <filter-name>ParamAdder</filter-name>
13. <filter-class>com.example.ParamAdder</filter-class>
14. </filter>
...
24. <filter-mapping>
25. <filter-name>ParamAdder</filter-name>
26. <servlet-name>MyServlet</servlet-name>
27. <!-- insert element here -->
28. </filter-mapping>

Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is invoked by another servlet using the RequestDispatcher.include method?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in