Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 319 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 319 Bytes

Project Overview

This Java project is designed to manage student records in a MySQL database. It includes a StudentDAO class that provides methods to insert new student data and retrieve all student details. Additionally, the Mainproj class serves as the entry point for interacting with the system via the console.