Question: In Java from Starting out with Java From Control Structures through Data Structures 4 th Edition Chapters 7 , 8 . Write a beginner program

In Java from Starting out with Java From Control Structures through Data Structures 4th Edition Chapters 7,8.Write a beginner program that asks the user (from file books.csv) for several tags related to books. Show the books that have any of those tags. Using only toString, equals, ArraysList, For Loop, While loop, Static methods, Throws exception. The file contains over 8,000 different books with their tags (isbn, title, author, genre, year, tags). I need a code that pulls the data from the file that contains thousands of books and displays on screen. We cannot use any try/catch/buffereader,hashcode, etc. Only using very basic and simple beignner java course codes. Test Case 1
Enter tags (separated by commas):
javaENTER
Effective Java by Joshua Bloch (2018)- Tags: java, best practices, software, advanced
Spring in Action by Craig Walls (2018)- Tags: java, spring, framework, backend
Head First Java by Kathy Sierra (2005)- Tags: java, beginner, fun, easy to read
Java Concurrency in Practice by Brian Goetz (2006)- Tags: concurrency, multithreading, java, advanced
In Java from Starting out with Java From Control

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 Programming Questions!