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 is jsp param?
Can we define a class inside a jsp page?
Explain jsp?
What are the steps involved in reading data from a form using jsp?
Is jsp static or dynamic?
How to create menu in jsp with example?
Why is jsp used?
How to deactivate el usage on jsp?
Which method cannot be overridden in jsp?
Give uses of object cloning?
What is expression tag in jsp?
What is page scope?
How do I view a jsp file?
What is a jsp and what is it used for?
Which categories can be divided jstl tags, give examples.