Library Management System is a console-based Java application developed using Object-Oriented Programming and File Handling concepts.
This project helps in managing books inside a library by allowing the user to add, view, issue, and return books efficiently.
- Add New Book
- View All Books
- Issue Book
- Return Book
- Data Stored in Text File
- Persistent File Handling Support
- Java
- OOP Concepts
- File Handling
- VS Code IDE
- main.java → Main execution file
- book.java → Book model class
- library.java → Library operation methods
- filehandler.java → File read/write handling
- books.txt → Database text file
-
Compile all files: javac *.java
-
Run the project: java main
- Add Book Module
- View Book Module
- Issue Book Module
- Return Book Module
SkillInfyTech Internship Project Submission
Faijan Mansuri