0

HELP

Help! I am student from Science Computer. Our team are working on Stock Inventory application as our project. The problem is, I don't know what kind of data structures that can be apply for this application. Aside from the ArrayList that I have used it on the list of items, I don't know whether Queue or Stack can be apply for this application. So I hope I can get a guide from someone who have experienced in developing Stock Inventory program. 🙏

18th Apr 2018, 1:36 PM
raix832
raix832 - avatar
2 Answers
0
Hi, have you identified the solution architecture? Do you have server and several clients?... You should need persistent data through data base (SQL type ?).
18th Apr 2018, 1:39 PM
jerome
0
hello, I am afraid that our semester is not yet learn about server between the client and using our application to connect with database. All the item just stored in the ArrayList.
18th Apr 2018, 1:53 PM
raix832
raix832 - avatar