Which of the following represent the complete and correct XML-based JSP tags to accomplish the same task as the traditional JSP tag above?

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?

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.*”/>



Leave a Reply 0

Your email address will not be published. Required fields are marked *