nerdexam
Oracle

1Z0-899 · Question #35

Given a jar file packaged with three web fragments with names X, Y and Z respectively. Which of the following deployment descriptor, web.xml, snippets correspond to the web fragment processing…

The correct answer is D. (i), (iii), (iv) and (v). See the full explanation below for the reasoning.

Question

Given a jar file packaged with three web fragments with names X, Y and Z respectively. Which of the following deployment descriptor, web.xml, snippets correspond to the web fragment processing orders of X, Y, Z? (i) <absolute-ordering> <name>X</name> <name>Y</name> <name>Z</name> </absolute-ordering> (ii) <absolute-ordering> <name>X</name> <name>Y</name> </absolute-ordering> (iii) <absolute-ordering> </others> <name>Y</name> <name>Z</name> </absolute-ordering> (iv) <absolute-ordering> <name>X</name> </others> <name>Z</name> </absolute-ordering> (v) <absolute-ordering> <name>X</name> <name>Y</name> </others> </absolute-ordering>

Options

  • A(i) only
  • B(i) and (ii)
  • C(i) and (iv)
  • D(i), (iii), (iv) and (v)

How the community answered

(70 responses)
  • A
    3% (2)
  • B
    17% (12)
  • C
    7% (5)
  • D
    73% (51)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice