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 |
How substring() method of string class create memory leaks?
What is the lifecycle of an applet?
What is message driven beam?
the same information whether it will connect to the database or it will be used previous information?
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
what about static?
What is colon_pkg_prefixes and what is its use?
What is the relationship between the canvas class and the graphics class?
what is the port number of RMI?
What is the use of Semaphore?
What are the disadvantages of using threads?
How to synchronize jsp page?