Quote:
|
Originally Posted by Projectshifter
I think the concept of arrays that cannot change sizes is kind of defeating.
|
The anytype[] classes in Java are not meant to be actually used as arrays. They are primarily meant to implement array classes, and to provide some lowlevel aggregate data structure.
C++ arrays are as unresizable as Java arrays.