Question: please write java oop code correctly 4) Assume that we have a file at path c:ldata.txt containing information regarding all books in the library. Information
please write java oop code correctly

4) Assume that we have a file at path "c:ldata.txt" containing information regarding all books in the library. Information regarding an book is stored on one line of the file as: [CLO 3] Book ISSN, Book Name, Book Author, Book Price A. Write a Book class that can store these information. (marks=3 ) B. Write a program that read information regarding books from "cidata.txt" and store it into ArrayList of Book Objects. (marks=6) C. Write a method that prints the information of books with price greater than 1000 . (marks=3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
