How do you import the packages in the JSP?
Answers were Sorted based on User's Feedback
Answer / manas banerjee
<% @ page import = 'package name.class name' %>
suppose we have a package name x and we have a bean (under
the package x)class/class y then you have to write
<% @ page import = 'x.y' %>
Is This Answer Correct ? | 35 Yes | 15 No |
Answer / 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 |
Answer / winston watson
<%@page import="mypackage.*, otherpackage.MyClass"%>
With packages under WEB-INF/classes for classes and the
source in packages under src
Is This Answer Correct ? | 13 Yes | 5 No |
Answer / abinaya
<% @ page import="java.io.*,java.sql.*,java.util.*"%>
Is This Answer Correct ? | 7 Yes | 1 No |
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
What is client side technology?
What are implicit objects in jsp?
What are standard actions in JSP?
What is the difference between a jspwriter and a servlet printwriter?
How is jsp better than servlet technology?
Which language is used to write servlets and jsp?
What is the use of pagecontext in jsp?
What are the events in jsp page?
how can i add properties in dynamic text fields using .js file?
why ,what, when, where,how the extended star schema is used.
What are the implicit objects in jsp?