123456789101112131415



Question 1: Which JSTL code snippet can be used to import content from another web resource?
1. <c:import url="foo.jsp"/>
2. <c:import page="foo.jsp"/>
3. <c:include url="foo.jsp"/>
4. <c:include page="foo.jsp"/>