Student Management System (Simple UI) Without Database #javacode01

 Student Management System (Simple UI)

Javacode1  

  Introduction : I have made this code using simple java code with interface which contains only one method of main menu and login with Username as "Prathamesh" and Password as "12345" then you can see the menu like 

1. Add Student

2. list Student
3. Remove Students
4. Details Students
5. Exit

This menu.
        
        There is the main class name , college and another class Admin which extends College class.
The college class stores all the details of students in ArrayList. I have Created arraylist for various data to be stored like Student name, Student Rollno, Student Address, Student Class, Student Divison and student Admisson date. 
        Admin class contains many methods like addStudent, removeStudent, listStudent, listStudent2, detailsStudent and access.

    Working : First it will show you the main page which contains 2 list like "COLLEGE, ADMIN" enter the number as you wish suppose we enter 2 for admin access then there will be a switch case and this menu contains in a functional Interface. 
Then it will allow you to enter Username and Password and then we can access to the main page of admin account where we can perform many tasks like Add student, list Student, Remove Student, Details Student and Exit. All this menu contains in a menu method of Admin class.

Conclusion : Made a simple UI with java and without database.
below i have attached a code file.

Code :     Download Code File Here -> Click Here





Comments