A simple Java-based console application to manage student records. Built as a beginner project to practice Java OOP, file handling, and command-line interfaces.
- Add student with name, roll number, department, and email
- View all stored students
- Search student by roll number
- Data saved in
students.txtfile for persistence
- Clone or download this repository
- Open the folder in VS Code or Terminal
- Compile the Java files: