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 |
Which textcomponent method is used to set a textcomponent to the read-only state?
Java is fully object oriented languages or not?
How do you iterate in Hashmap?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Describe activation process?
What are the different methods of identifying an object?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
list the types of dialodg
What is the relationship between local interfaces and container-managed relationships?
What are the JSP implicit objects ?
Explain about thread synchronization inside a monitor?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,