I have the following problem and I dont undesratnd how to use arralists to implement.
I have a customer class which I want to hold some primitive data types as name , id , address etc.
To implement this using arraylists I must declare it as below?
Arraylist Customer =new Arraylist[150];
One more question:
I want to use arralists to hold accounts for a specific customer.
How I am going to do this with arraylists also??