Question: Objective: Using Java, create a graphical database for a library. It should display the information of every book in the library system. Each book should

Objective:

Using Java, create a graphical database for a library. It should display the information of every book in the library system. Each book should have the following information:

  • Name
  • Author(s)
  • Year published
  • Publisher
  • ISBN
  • Page Count

The system should be able to perform the following operations:

  • Display books in alphabetical order
    • Either all books or the books that met a search criteria noted below
  • Add a book
  • Remove a book
  • Search books based on
    • Name
    • Author
    • Year
    • Publisher
    • ISBN
  • Load a library database file
  • Save a library database file
YOU MUST COMMENT YOUR CODE

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!