how to store array values into two different tables in java?
I have use 4/5 textboxes with same name(e.g.text1) and I get the values in a array and now I want to store these values in two different tables(i.e store 2 array values in one table and remaining two values in another table).