SyntaxFix
Write A Post
Hire A Developer
Questions
By definition arrays are fixed size. You can use instead an Arraylist wich is that, a "dynamic size" array. Actually what happens is that the VM "adjust the size"* of the array exposed by the ArrayList.
See also
*using back-copy arrays