I have a class - xClass, that I want to load into an array of xClass so I the declaration:
xClass mysclass[] = new xClass[10]; myclass[0] = new xClass(); my
Java Array sizes are fixed , You cannot make dynamic Arrays as that of in C++.