nerdexam
Oracle

1Z0-899 · Question #149

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

(42 responses)
  • A
    71% (30)
  • B
    7% (3)
  • C
    5% (2)
  • D
    2% (1)
  • E
    14% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice