nerdexam
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

1Z0-899 question #100 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)
  • A
    2% (1)
  • B
    74% (42)
  • C
    9% (5)
  • D
    12% (7)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice