A simple Java console based application that is used to automate Order Management in any inventory management System. The functionalities that need to be implemented are as follows:
- Add, modify,delete or search items in the inventory
- Order the item based on availibility
- Display the order details
This entire project implements various core concepts of Java and helps to learn them with a hands on. The various Java concepts covered in this application are as follows:
-Packages in Java
-Bean Classes
-Enumeration in Java
-Getter and Setters
-Constructors (Default and Parameterized)
-Method Overloading
-Collections in Java
-JDBC
-Exception Handling
-Log Management