Hi,
Actually, my project flow is
html,css,js<--->ajax<-->jsp<--->jdbc(.java)<--->mysql.
In that jdbc i am returning the records from the database and fill into the resultset. From the resultset i put all records in arraylist and passed to jsp then i am displaying data in the screen.
I need a suggestion which one is efficient to use. Whether i can use arraylist, hashmap or treetable?????