Consider the following traditional JSP tag:
<%@ page import=”java.sql.*” %>
Which of the following represent the complete and correct XML-based JSP tags to accomplish the
same task as the traditional JSP tag above?
A.
<jsp:directive.page import=”java.sql.*”></jsp:directive.page>
B.
<jsp:directive.page import=”java.sql.*”></jsp>
C.
<jsp:directive.page import=”java.sql.*”>
D.
<jsp:directive.page import=”java.sql.*”/>