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

suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?

7 Answers  


Explain phantom read?

0 Answers  


What is a convertor?

1 Answers   Suzlon,


What method is used to create the daemon thread?

1 Answers  


What is a clone?

0 Answers  






What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


Explain what is orm?

0 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


How are the elements of a cardlayout organized?

0 Answers  


When you will synchronize your code?

2 Answers  


what is diff between Access modifier and specifier?

5 Answers   L&T,


can any one tell me how to learn good coding techniques

3 Answers  


Categories