A console-based Inventory Management System built using Java.
This project uses OOP concepts, ArrayList, and file handling to manage product records efficiently.
- Add and display products
- Search by Product ID
- Calculate total stock value
- Save and load data from file
Java | OOP | File Handling | ArrayList