This is Java based Library Management System with several features as shown in below. These are,
- Register new students
- Insert books to the system
- Withdraw books to students - Here check whether specific user has already taken a book and only if not book will be issued
- Return the book to system again
- Check statistics such as listing availble books list, issued book list, returned list etc.
Here, MySQL
has been used as database management system.