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


Please Help Members By Posting Answers For Below Questions

Tell us about the stages (phases) of the jsp life cycle.

500


What is welcome file list?

483


Why is used in jsp?

495


Which of the following action variable is used to include a file in jsp?

493


What are the elements of jsp?

498






Differentiate between pagecontext.include and jsp:include?

530


What is jsp processing?

479


What are advantages of jsp over asp, php, pure servlets and others?

483


What are the differences between get and load methods?

511


What do cookies mean?

507


What are the steps for creating custom tags in jsp?

511


Can you use javascript in jsp?

487


Can you disable the caching on the back button of a particular browser?

511


What is the difference between a scrollbar and a scrollpane in jsp?

483


Why does jcomponent have add() and remove() methods but the component does not?

480