Oracle
1Z0-899 · Question #100
Given the web application deployment descriptor elements: Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is invoked by another servlet using the…
The correct answer is B. <dispatcher>INCLUDE</dispatcher>. See the full explanation below for the reasoning.
Question
Given the web application deployment descriptor elements: 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?
Exhibit
Options
- A<include/>
- B<dispatcher>INCLUDE</dispatcher>
- C<dispatcher>include</dispatcher>
- D<filter-condition>INCLUDE</filter-condition>
- E<filter-condition>include</filter-condition>
How the community answered
(57 responses)- A2% (1)
- B74% (42)
- C9% (5)
- D12% (7)
- E4% (2)
Community Discussion
No community discussion yet for this question.
