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. đ
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 ?).
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.