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 |
explain the flow of struts?
what is difference between object state and behaviour?
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)
Can I use multiple html form elements with the same name?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
How to determine applet?s height and width?
What modifiers may be used with an interface declaration?
what about static?
how i secure my site with the https protocol.what are the steps?
can any one tell me how to learn good coding techniques
what is diff between Access modifier and specifier?
Do I have to use jsps with my application?