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 the name of the state, when a thread is executing?
What are local interfaces? Describe.
How do you set security in applets?
Can I use multiple html form elements with the same name?
How are the elements of a borderlayout organized?
What is threadfactory?
how to get value in combo for updation?
What are the diff types of exception?
What is daemon thread?
What is RMI architecture?
what are memory considerations of jsp compares to other web components?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,