(Choose 1 answer)
Which of the following is correct? Select one correct answer
A. JSP scriptlets and declarations result in code that is inserted inside the_jspService method
B. The JSP statement <%! int x, %> is equivalent to the statement <jsp:scriptlet>intx:</jsp:scriptlet%>.
C. The following are some of the predefined variables that maybe used in JSP expression - httpSession, context.
D. To use the character %> inside a scriptlet, you may use %> instead.
W
Finish
Exit 37