Question: create a customer management application in java swing that uses a binary file I/O for storing customer information? The application should include data validation and

create a customer management application in java swing that uses a binary file I/O for storing customer information? The application should include data validation and exception handling. With this management application, a user should be able to perform the following operations: 
  • Add new customer, only if all the valid information is provided
  • Find and modify existing customer using customer id
  • Display list of all customers

And for each customer following information is kept:

  • Customer id (integer and unique)
  • Name, Phone, Email, and Postal Code

Thank you

Step by Step Solution

3.42 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a basic structure for a customer management application in Java Swing with binary file IO data validation and exception handling Customer Class Java public class Customer implements Serializable ... View full answer

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!