123456789101112131415



Question 1: Which of the following correctly represents the following JSP statement. Select the one correct answer.
<%x=1;%>

1. <jsp:expression x=1;/>
2. <jsp:expression>x=1;</jsp:expression>
3. <jsp:statement>x=1;</jsp:statement>
4. <jsp:scriptlet>x=1;</jsp:scriptlet>