0% found this document useful (0 votes)
7 views1 page

Library Management System

The Library Management System project in Java aims to create a computerized system for managing library operations, allowing both students and managers to track book availability. Key features include adding, modifying, and deleting book details, as well as recording user information and managing issued books with dates and fines. The system consists of several modules, including Book, Search, Issue, Payment, and Reports, and utilizes Java for coding and MS Access for the database.

Uploaded by

todayepisode2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Library Management System

The Library Management System project in Java aims to create a computerized system for managing library operations, allowing both students and managers to track book availability. Key features include adding, modifying, and deleting book details, as well as recording user information and managing issued books with dates and fines. The system consists of several modules, including Book, Search, Issue, Payment, and Reports, and utilizes Java for coding and MS Access for the database.

Uploaded by

todayepisode2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Library Management System Project in Java (Computer Project)

Library management system is a project which aims in developing a


computerized system to maintain all the daily work of a library. The
system helps both students and library manager to keep a constant track
of all the books available in the library. It allows both the admin and the
student to search for the desired book.

The main feature of this system is that all the books available in the
library can be displayed in a list so that students need not roam through
the entire library to find a book. Additionally, the application effectively
maintains the details of users/students to whom books have been issued;
it also records the issued date and return date.

Features

 Add, modify and delete book details into the database.

 Search feature for finding book availability in library stock.

 Add students records upon issue of a book.

 Record issue date, return date, and fine (penalty).

 Payment system/feature allows the librarian to calculate payment


details and print bill.

Modules of Library Management System

 Book Module

 Search Module

 Issue Module

 Payment Module

 Reports Module

Software Used

Coding Language: Java


Database: MS Access

You might also like