PrepAway - Latest Free Exam Questions & Answers

Which of the following represent the complete and correct XML-based JSP tags to accomplish the same task as th

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?

PrepAway - Latest Free Exam Questions & Answers

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