48 Answer
(Choose 1 answer)
Which of the following is a valid standard action that can be used by a jsp page to import content generated by another JSP file named another.jsp?
A. <jsp:include page='another.jsp'/>
B. <jsp:import page='another.jsp'/>
C. <jsp:include file='another.jsp'/>
D. <jsp:import file='another.jsp'/>
Elt