tenshekels
Programmer
Does anyone know how the ArrayList works in regards to sizing of elements? What I mean is if you add 1,000 byte values to an ArrayList does that mean that the ArrayList is then 1,000 bytes long - or does it store each byte as a generic "object" - thus storing it as a 4 bytes each??