Question: Write a Java program to represent a library management system for a librarian using the list concept (user-defined list or JCF (ArrayList, Vector or LinkedList).
Write a Java program to represent a library management system for a librarian using the list concept (user-defined list or JCF (ArrayList, Vector or LinkedList). The following are the functionalities to be added:
to issue/lend books
to view issued books
to return books
logout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
