Multiple choice technology A JSP page can include another JSP page but not an HTML page True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation JSP pages can include both JSP pages AND HTML pages using directives like or <%@ include %>. The statement claims inclusion is restricted to JSP only, which is incorrect. Therefore the answer is False.