A simple Java console based application that is used to automate Student Data Management in an Institution. The functionalities that need to be implemented are as follows:
- Launch New Course
- Enroll Student
- View Course Details
- View Student 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
-Method Overloading
-Collections in Java
-JDBC
-Exception Handling