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 |
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
diff between jsp include directive and jsp action include?
What is MOM?
What is a clone?
difference between ejb,struts,hibernate,spring and jsp
What is the difference between static and non-static with examples?
Explain what is synchronization?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
What are the thread-to-thread communcation?
Is the session factory thread safe?
What is multi-tasking? Types?