Student Management System created using Java and MySQL in netbeans.
- MySQL JDBC - For database connection.
- rs2xml - To convert ResultSet to table format.
- Created a local database "student", inside that two tables added "student" and "admin".
- student table is created to save student details(id, name, father_name, blood, class, city and mobile)
- admin table is created to store admin details(id ,mail, password, name). Admin mail and password will be asked during login.
- It allows us to conduct CRUD operations on both student and admin tables.
- Technology used :- Java and MySQL.
- Install java and MySQL in the computer.
- Create a database "student" and add two table "student" and "admin".
- admin details :- id ,mail, password, name.
- student table details : - id, name, father_name, blood, class, city and mobile.
- Add one admin details so that we can login.
- Download the code and run with the admin details.








