Multiple Choices
Answer (Choose 1 answer)
Which of the following is a correct JSP declaration for a variable of class java.util.Date?
A. <%! Date d = new Date(); %>
B. <%! Date d = new Date() %>
C. <%@ Date d = new Date() %>
D. <% Date d = new Date() %>
Ex