OD
(Choose 1 answer)
For what reason does the following JSP fail to translate and compile?
<html>
<body>
<%! int x; %><%=x: %></body>
</html>
A. Data member x not initialized before use.
B. Local variable x not initialized before use.
C. Method declared in scriptlet.
D. Error in JSP Expression.
Exit 1