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

What is jsp-config in deployment descriptor?

595


What is request getcontextpath ()?

508


What is the purpose of jsp?

538


What is a jsp directive?

470


What are the attributes of page directive?

518






What are directives? What are the different types of directives available in jsp?

485


Which two interfaces does the javax servlet jsp package have?

753


Can Static method be Override?

557


What is jsp tag?

479


What are jsp action tags?

464


What do you mean by context initialization parameters?

500


Explain JSP directives.

591


How to print java variable in jsp?

525


Is jsp technology extensible?

659


Explain handling of runtime exceptions.

649