anonymous
2011-10-17 10:57:25 UTC
ArrayList
names.add(new ArrayList
names.get(0).add ("name");//where is this line add the "name"?first row first col?
/*i want to add name to the row and last name to the col.like [row]="name";[col]="last name";how i can do that?*/
[/code]