+ 1
Which List should I use for an Inventory Managment Program?
I am creating an inventory program and I was wondering how I should store all Objects that will be in my list. Should I use an array? arrayList? Linked List? Each object in the list will contain an id, name, and quantity. Its all still kind of new to me so any suggestions will be great. Thank You!
1 Réponse
+ 1
it depends on what the content of the list are.