G'day,
I'm obtaining a set of data from the DB. I know that i must use an array, however i cannot for the life of me remember what type of array i need to use.
My data set contains String, Double and datetimes.
Should i use an arraylist ? or should i use a vector?