Is there an easy way to have dynamic arrays?
I need an array that contains classes but I don't know how big it will be, and I need to add and delete items to from it.
Is there an easy way to have dynamic arrays?
I need an array that contains classes but I don't know how big it will be, and I need to add and delete items to from it.
Hi mreaves,
Why can't you use vector instead of arrays. this may solve ur problem.
wang
I just noticed that thanks, I hadn't realised they were part of the J2ME spec...