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
- 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
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
Get step-by-step solutions from verified subject matter experts
