i have an arraylist with object arrays in it
the number of object arrays added to this arraylist may vary
while iterating through this arraylist i want to dynamically create array for all entries of this arraylist (elements are object arrays)
for this i need to dynamically give name to arrays so how it is possible to declear an array refrence of to name an array dynamically
i have tried thorough java.lang.reflect.Array but if any body can give me an example for such a problem will be a great help