Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Thanks for reviewing my question, The question needs to be answered in Java, Please don't copy other answers found on chegg. Exercise 15-1 contains three

image text in transcribed

Thanks for reviewing my question, The question needs to be answered in Java, Please don't copy other answers found on chegg.

Exercise 15-1 contains three fields with the customer's first name, last name, and email. The and writing data from a text file named customers.txt. Each record in this file In this exercise, you'll add code to a Customer Manager application for reading fields are separated by a tab character, and the records are separated by a new 1. Open the project named ch15_exl_CustomerManager that's in the ex_starts 3. Open the Customer TextFile class, and notice the three class variables that declare a list of Customer objects, a Path object for the file, and a File object 4. Add code to the getAll() method that loads the customer list variable with Work with a text file for the file. Add code to the constructor that initializes these variables. line character directory. 2. Open the Customer class and review its code. the Customer objects that are created from the data in the customers.txt file. Be sure to check that this file exists, and if it does, use a try-with-resources statement to open the input stream. If an IOException occurs when the input stream is opened, print the exception to the console and return a null to the calling method. 5. Add code to the saveAll() method that writes the data in each Customer object in the customer list to a record in the customer file. Be sure to delimit the fields and records with the appropriate character. If an IOException occurs when the output stream is opened, print the exception to the console and return false to the calling method. 6. Run the application. Then, test the list, add, and delete commands to be sure they work correctly. 7. Find the customers.txt file and open it in a text editor. The text editor should be able to display the data in this file in a way that you can easily read

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Concepts, Theories, And Applications

Authors: Shui Yu, Song Guo

1st Edition

3319277634, 9783319277639

More Books

Students also viewed these Databases questions

Question

12-5 How will MIS help my career?

Answered: 1 week ago