A console-based Student Management System developed using Core Java following layered architecture and Object-Oriented Programming principles.
- Add Student
- View All Students
- Search Student by Roll Number
- Update Student Details
- Delete Student
- Input Validation
- Custom Exceptions
- Menu-Driven Console Interface
- Java
- OOP
- Collections Framework
- HashMap
- Enums
- Exception Handling
src ├── main ├── model ├── service ├── util ├── exception
- File Handling
- Sorting
- Search by Name
- Dashboard
- JDBC + MySQL Integration
Anzel Gupta