Hello,
I am following up on this question, 1268817
In the question, we find a way to create an isntance of an object given a the name (as a string) of the class.
But what about to create an array of those objects... how would one initialize that.
I was thinking something in the line of but doesnt seem to work
Object[] xyz = Class.forName(className).newInstance()[];