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
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 |
What is waiting state? In what ways a thread can enter into waiting state?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
what is container?
What is the difference between Super and This Keyword?
What is meant by method chaining?
What is daemon thread?
What is JTS?
What is a policy?
What is message driven beam?
What is ripple effect?
On a computer that having single CPU, how multithreading concept can be achieved?
whats is mean by class.forName() whats the return type of class