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?

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'/>



Answer: A


Learn More :