This is a simple console-based Library Management System developed in Java.
The project is designed for beginners to understand Object-Oriented Programming (OOP) concepts and basic data handling using collections.
- Add new books to the library
- Display all available books
- Issue a book
- Return an issued book
- Shows book status (Available / Issued)
- Java
- ArrayList
- Scanner (for user input)
- OOP concepts (Class, Object, Encapsulation)
- Compile the program:
javac library.java