|
From: Eduardo I. I. <zi...@su...> - 2004-02-27 19:59:03
|
I noticed that JdbcHelper.queryForList() method returns an ArrayList, but a LinkedList should not be more appropriate (more performant without need of array realocation as the list grows) as it is a generic funcition and the rowcount is not known in advance? |