I am new to JSP and I would like to know what the best way to send the mysql result set back to the jsp page from the java bean; vector, multidimensional array, or even comma-delimited string?
Lets say:
"select firstName, lastName, emailAddress from user"
Furthermore , I will not know how many rows will be returned, 1, 50, or even 10000.
Thanks
Lets say:
"select firstName, lastName, emailAddress from user"
Furthermore , I will not know how many rows will be returned, 1, 50, or even 10000.
Thanks