Thread
:
Arrays in Java
View Single Post
#
3
(
permalink
)
07-25-2007, 10:04 PM
Seemster
Member
Join Date: Jul 2007
Posts: 55
I personally use ArrayList instead of Arrays. You can use a helper method to convert the arraylist to an array. That way you don't have to set the initial or default size of the array. It also prevents OutofBound exceptions.
Seemster
View Public Profile
Send a private message to Seemster
Find all posts by Seemster