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)
Post New Answer View All Answers
What event results from the clicking of a button?
What is a policy?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Difference between DurableSubscription and non- DurableSubscription?
what is a non-repeatable read?
Why is actionform a base class rather than an interface?
How to pass parameters in RMI?
What if the static modifier is removed from the signature of the main method?
What is jboss?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What modifiers may be used with an interface declaration?
what are RemoteObjects?
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!
How a component can be placed on Windows?
Name three subclasses of the component class?