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