
03-17-2006, 02:52 AM
|
|
Former Classic Staff
|
 |
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
|
|
|
Projectshifter, ArrayLists are obviously dynamically allocated and mutable with the class doing the memory allocation for you. Normal arrays must have a predetermined length, and you cannot change that length. It's like having String and StringBuffer, and I don't like having to type out StringBuffer. |
|
|
|