A java project that utilises nine different methods, interfacing with array lists generated from .txt files.
•This is a simple menu-driven example which lets you manage "stock" in an ArrayList (e.g. how many of each book is in your shop?) •Demonstrates: •File reading/writing, and object serialization/deserialization •ArrayList<> •Features: •Edit stock levels •Save file •Add/Remove StockItems from the ArrayList •List all StockItems which currently have low stock levels •Calculate the total cost of all stock currently held •Read a file that’s received with a new shipment of stock, and which adds the correct amount to each StockItem