Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you import the packages in the JSP?

Answers were Sorted based on User's Feedback



How do you import the packages in the JSP?..

Answer / archana

<%@page import="java.sql.*,java.io.*"%>

Is This Answer Correct ?    47 Yes 4 No

How do you import the packages in the JSP?..

Answer / satish

<% @ page import = 'org.com.className' %>

Is This Answer Correct ?    51 Yes 16 No

How do you import the packages in the JSP?..

Answer / kiran

<%@ page import="java.lan.*"%>

Is This Answer Correct ?    35 Yes 7 No

How do you import the packages in the JSP?..

Answer / archana

<%@page import="java.sql.*,java.io.*"%>

Is This Answer Correct ?    31 Yes 5 No

How do you import the packages in the JSP?..

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

How do you import the packages in the JSP?..

Answer / samera

<%@ page import="java.lan.*"%>

Is This Answer Correct ?    17 Yes 3 No

How do you import the packages in the JSP?..

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

How do you import the packages in the JSP?..

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

How do you import the packages in the JSP?..

Answer / sietvicky

<% @ page import = 'org.com.className' %>

Is This Answer Correct ?    28 Yes 21 No

How do you import the packages in the JSP?..

Answer / abinaya

<% @ page import="java.io.*,java.sql.*,java.util.*"%>

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More JSP Interview Questions

what is the extended star schema

0 Answers  


Explain scriptlet, expression and declaration in jsp.

0 Answers  


How to works asjx in jsp?

1 Answers  


What is a tag file?

0 Answers  


what are the tools used in your project , How to ask the answer this question

0 Answers  


What are the advantages of jsp over servlet?

0 Answers  


How can information from one JSP be passed to another JSP?

0 Answers  


Can we call servlet from jsp?

0 Answers  


What is jsp and asp?

0 Answers  


Which directive is used in jsp custom tag?

0 Answers  


List the various action tags used in jsp.

0 Answers  


Where is jsp used?

0 Answers  


Categories