Which of the following correctly represents the following JSP statement? Select one correct answer.

Which of the following correctly represents the following JSP statement? Select one correct answer.

<%=x%>

a. <jsp:expression=x/>
b. <jsp:expression>x</jsp:expression>
c. <jsp:statement>x</jsp:statement>
d. <jsp:declaration>x</jsp:declaration>
e. <jsp:scriptlet>x</jsp:scriptlet>



Answer: B


Learn More :