when i print for size of table ..i get correct values i.e.4..
but when i want the actual values from the table and i ask System.out.println(b1);
it prints some values like [myServlets.Data@451c0d60, myServlets.Data@34b23d12, myServlets.Data@21c783c5, myServlets.Data@319c0bd6]
i want actual values..
this is silly and it will require a simple
java statement,but i don know how to access that..
there is no problem with sql ,no problem with post or get method definition....
Thanks.....