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...


i have a 1000 objects in data base i need to display those
in jsp's how can i retrive those objects in jsp. (consider
the performance issue)

Answers were Sorted based on User's Feedback



i have a 1000 objects in data base i need to display those in jsp's how can i retrive those o..

Answer / nainasona

Try using Display Tag (Tag Libraries)

Is This Answer Correct ?    3 Yes 3 No

i have a 1000 objects in data base i need to display those in jsp's how can i retrive those o..

Answer / harini

By using scriplet tag in jsp we can get tho 1000 obbjects.
for example,
<%
----------------------
--------------- jdbc code
----------------------

while (rs.next())
{
---------------------
-------------------
%>


like this we can get 1000 objects.....
<%=
rs.getInt(1);
-----
-----
%>
<%
}
%>

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

does j2ee means advanced java

10 Answers  


what is a Daemon Thread?

2 Answers  


What is the map interface?

0 Answers  


Is jvm a overhead?

0 Answers  


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


Why DOM Parser would take more Memory than SAX parser while they are parsing?

3 Answers   OnMobile,


How primary key is implemented in Oracle?

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


Do I have to use jsps with my application?

0 Answers  


What is Lock Based Protocol and what is its use?

2 Answers   Wipro,


What is the difference between RMI and Socket?

2 Answers  


Categories