[code=java]Map<String,Stri ng>[] rowsMap = null;
....
for(int i=0; i<numberOfRows ; i++)
rowsMap[i]= new HashMap<String, String>();
[/code]
throws nullpointerexce ption ?
thank You
....
for(int i=0; i<numberOfRows ; i++)
rowsMap[i]= new HashMap<String, String>();
[/code]
throws nullpointerexce ption ?
thank You
Comment