hello,
What problems will I encounter if I use Array although I don' know how many elements need I store? If I set the array size very large than I expected, can problem arises anymore?
I tried to use Arraylist. But when there are many attributes, I always declare a class. I don't know how to use that many attributes and ArrayList.
I have got a headache.
Any suggesstions and answers are welcomed.