Answer (Choose 1 answer)
B A. <jsp:include file="a.jsp"/>
B. <jsp:include page="a.jsp"/>
C. <jsp:directive include file="a.jsp"/>
D. There is no XML equivalent of include directive.
Which of the following represents the XML equivalent of this statement <%@ include file="a.jsp"%>. Select one correct statement
Exit 24