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)- A78% (21)
- B4% (1)
- D11% (3)
- E7% (2)
Community Discussion
No community discussion yet for this question.