How ArrayList will be stored in Memory? (Conitguously or not?)
807599May 8 2007 — edited May 8 2007Hi,
I have a doubt on arraylists. I would like to know, how arraylist elements will be stored in memory. Will they be stored in contiguous memory locations or not? Also Can anyone, please tell me the difference between ArrayList and Vector in terms of Size and Capasity, the use?
Thanks in advance,
Ravindranath Y