Multiple choice technology programming languages Which of the below are correct ? <%@ include page="/test.jsp" %> <jsp:include page="/test.jsp" /> <jsp:include file="/test.jsp" /> <%@ inlcude file="/test.jsp" %> Reveal answer Fill a bubble to check yourself B,D Correct answer