Which List should I use for an Inventory Managment Program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

20th Jan 2018, 8:18 AM
Jason Roman
Jason Roman - avatar
1 Answer
+ 1
it depends on what the content of the list are.
20th Jan 2018, 10:13 PM
Logomonic Learning
Logomonic Learning - avatar