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)- A71% (30)
- B7% (3)
- C5% (2)
- D2% (1)
- E14% (6)
Community Discussion
No community discussion yet for this question.