(Choose 1 answer)
Which of the following represents the XML equivalent of this statement <%@ include file="a.jsp"%>. Select one correct statement
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.
Finish
Exit 40