nerdexam
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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    80% (36)
  • D
    4% (2)
  • E
    11% (5)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice