Expert answer:Type the following in the text file using Notepad: “You are my sunshine, my only sunshine You make me happy when skies are gray You’ll never know dear, how much I love you Please don’t take my sunshine away.” Save the file as myfile.txt Open Eclipse as you have done in the past and start coding. Create a new project called LYRIC and within the project create a class called testfiles ). The code below has minor errors that you will have to fix on your own. The errors are intentional. Also, do not just copy this code, try to rewrite using classes and methods. Start a Java project import java.io.*; //needed to handle files public class testFiles { public static void main(String[] args) { String fileName = “myfile.txt”; //you need to include the full file path in between ” ” // This will reference one line at a time String line = null; //below is the error handling if the file does not exist try { System.out.println(“place your name here”); FileReader fileReader = new FileReader(fileName); BufferedReader bufferedReader = new BufferedReader(fileReader); while((line = bufferedReader.readLine()) != null) { System.out.println(line) } bufferedReader.close(); //closing file after processing } //error if the file does not exits catch(FileNotFoundException ex) { System.out.println(“Unable to open file ‘’); } catch(IOException ex) { System.out.println( “Error reading file “) } } }
You will get a plagiarism-free paper and you can get an originality report upon request.
All the personal information is confidential and we have 100% safe payment methods. We also guarantee good grades
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more