luckydexte
Programmer
Hello all,
I am stuck on what is probably a simple problem. I have an ArrayList (which could be a List of need be) and am trying to print the values of the list which is multidimensional. Here is a result set:
7425 46 46
21146 25 25
21445 -10 0
I am getting this information from a database and need to print the information. Any ideas?
Thanks in advance,
Brandon
I am stuck on what is probably a simple problem. I have an ArrayList (which could be a List of need be) and am trying to print the values of the list which is multidimensional. Here is a result set:
7425 46 46
21146 25 25
21445 -10 0
I am getting this information from a database and need to print the information. Any ideas?
Thanks in advance,
Brandon