I often use an ArrayList instead of a \'normal\' array[].
ArrayList
array[]
I feel as if I am cheating (or being lazy) when I use an ArrayList,
Better still, wherever you use ArrayList, use the List generic collection instead. It is more strongly typed than the former.
List