123456789101112131415



Question 1: Which of the following represents the XML equivalent of this statement <%@ include file="a.jsp"%> .
1. <jsp:include file="a.jsp"/>
2. <jsp:include page="a.jsp"/>
3. <jsp:directive.include file="a.jsp"/>
4. There is no XML equivalent of include directive.