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
How can I override the jspinit() method within a jsp page?
What is content type in jsp?
Explain the jsp:setProperty action.
What is tag file in jsp?
What are the three tags used in jsp bean development?
What is jsp in html?
What are the benefits of pagecontext implicit object?
Why is jsp used?
What class.forname will do while loading drivers?
How to create menu in jsp with example?
What are jsp and servlets?
Is jsp technology extensible?
Is jsp platform dependent?
How many types of jsp tags are there?
What is request scope in jsp?