Oracle
1Z0-899 · Question #19
Which JSP standard action can be used to import content from a resource called foo.jsp?
The correct answer is C. <jsp:include page='foo.jsp' />. See the full explanation below for the reasoning.
Question
Which JSP standard action can be used to import content from a resource called foo.jsp?
Options
- A<jsp:import file='foo.jsp' />
- B<jsp:import page='foo.jsp' />
- C<jsp:include page='foo.jsp' />
- D<jsp:include file='foo.jsp' />
- Ejsp:importfoo.jsp</jsp:import>
- Fjsp:includefoo.jsp</jsp:include>
How the community answered
(45 responses)- A2% (1)
- B2% (1)
- C80% (36)
- D4% (2)
- E11% (5)
Community Discussion
No community discussion yet for this question.