nerdexam
Oracle

1Z0-899 · Question #44

Which JSTL code snippet can be used to import content from another web resource?

The correct answer is A. <c:import url = "foo.jsp"/>. See the full explanation below for the reasoning.

Question

Which JSTL code snippet can be used to import content from another web resource?

Options

  • A<c:import url = "foo.jsp"/>
  • B<c:import page = "foo.jsp"/>
  • C<c:include url = "foo.jsp"/>
  • D<c:include page = "foo.jsp"/>
  • EImporting cannot be done in JSTL. A standard action must be used instead.

How the community answered

(27 responses)
  • A
    78% (21)
  • B
    4% (1)
  • D
    11% (3)
  • E
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice