i\'ve digging around about the same issue but i couldn\'t find the same as i had
i want to create an array without declaring the size because i don\'t know how it w
I think what you really want is an ArrayList or Vector. Arrays in Java are not like those in Javascript.