Problem
In my Java program, they ask me write the method in the book class: loadData - this method should have a file name as the parameter. The method loads the data containing all the books from a given file. Then it asks me to call it in the main class. With this in mind,I am wondering how can I use the isempty method in order to read the blank lines that separates the information of each as shown in the input file.