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
How about this
private Object element[] = new Object[] {};