java

Hii need help on my assessment 2. the problem is i don't know whatstoring arbitrary number of cameras means. can u plz help as i don't understand that
[173 byte] By [angeldreams_18@dash.coma] at [2007-10-2 20:55:50]
# 1
You don't know in advance how many cameras you should store. No matter how many cameras you get, you must be able to store all of them.
DrClapa at 2007-7-13 23:40:20 > top of Java-index,Core,Core APIs...
# 2
That must be the most unspecific topic title ever, tied with "problem" and "error" of course.So it looks like you need something that can store any, possibly changing, number of elements of some sort (camera apparently). You need to use some collection, probably just an ArrayList.
Lokoa at 2007-7-13 23:40:20 > top of Java-index,Core,Core APIs...