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 the major difference between servletcontext and pagecontext?
Which implicit object is not available in normal jsp pages?
What are the different types of jstl tags?
what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
What is _jspservice method?
Java Server Page I can use a function in two ways:
Either I declare
What is session object in jsp?
Explain the steps for creating custom tags in jsp?
i need the source code for opening a word document in java
How do you comment out in jsp?
Why jsp is used in java?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
Can we implement an interface in a jsp?
How do I create a dynamic web project?
Which jsp implicit objects are thread safe?