Skip to content

A java project that utilises nine different methods, interfacing with array lists generated from .txt files.

Notifications You must be signed in to change notification settings

fin10g/Java-Stock-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Stock-Manager

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

About

A java project that utilises nine different methods, interfacing with array lists generated from .txt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages