Which of the following statement is a correct JSP directive?(Choose one)

Which of the following statement is a correct JSP directive?(Choose one)




a. <%@ tagliburi="http://www.abc.com/tags/util" prefix="util" %>
b. <%! page import='java.util.*' %>
c. <% include file="/copyright.html"%>
d. <%! tagliburi="http://www.abc.com/tags/util" prefix="util" %>



Answer: A


Learn More :