(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>int x;</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.
): 37