Skip to content

darskp/Student-Management-System-Java-with-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System with MySQL Database

Demo Video

Student Management System

This is a Student Management System written in Java with MySQL database connectivity.

Table of Contents

Overview

This project implements a Student Management System that allows users to perform basic CRUD (Create, Read, Update, Delete) operations on student records. The system is integrated with a MySQL database to store and retrieve student information.

Features

  • Add Student: Add a new student to the database with details such as roll number, name, college name, city, percentage.
  • Show All Students: Display details of all students currently stored in the database.
  • Get Student Based on Roll Number: Retrieve information for a specific student by entering their roll number.
  • Delete Student: Delete a student record from the database based on their roll number.
  • Update Student: Update information for an existing student, including name and college name.
  • Exit: Terminate the application.

Concepts Used in This Project

  • Encapsulation
  • Abstraction
  • Database Connectivity with JDBC
  • CRUD Operations with MySQL

About

This is a Student Management System implemented in Java with MySQL database connectivity.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages