How do you import the packages in the JSP?
Answer Posted / ullas v
<%@ page language="java"
import="java.sql.*,
com.sixdee.dao.configurationDAO.*,
com.package.common.reports.Report,
java.util.ArrayList"
errorPage="../common/errorPage.jsp"
%>
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the attributes of page directive?
Which tag is used for error handling in jsp pages?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
How many jsp implicit objects are there?
Differentiate between response.sendredirect(url) and
How can I maintain session in JSP Page in the bases of user name and password:
List the various action tags used in jsp.
What are the types of jstl tags?
Can constructor be used instead of init(), to initialize servlet?
How can we extend jsp technology?
What do you mean by custom tag in jsp?
What are different types of comments used in jsp?
What is jsp and its features?
What are the different scope values for the
What are the implicit objects in jsp?