A
Anoop Premachandran
Guest
Not sure what you are asking for.. Can you give an example ? The above data I would use like this in my Java code for(int k=0; k objArrayofArrays.length; k++){ for(int j=0; j objArrayofArrays[k].length; j++){ Obj obj = objArrayofArrays[k][j]; // Cast obj to appropriate type and use } }
Continue reading...
Continue reading...