Phone Book is a very basic application using graphical components in the Swing toolkit in Java with MySQL as a data source. The feature of this simple application includes adding, updating, deleting, viewing and searching a list of telephone subscribers. Learn to create simple utility application using this project and its source code.
About Phone book in Java Project
Here you can perform the CRUD operations with a search functionality. This whole system is built using Java programming language with the help of NetBeans IDE. In order to add records, the user has to enter their name, phone number, and address information. For updating records, you just have to click on any individual record, edit it and press “Enter key” to save.
Likewise, for deleting a record, you have to click on an individual record and press delete button. The user just has to enter a name/address in order to search for an individual’s phone records. This simple system displays all the available records in a list view. The application connects to a MySQL database that holds users record. Such as their names, phone numbers, addresses etc.
How To Run Phone Book Project in Java Programming ?
Design of this project is very simple so that the user won’t find any difficulties while working on it. To run this project you must have installed NetBeans IDE and virtual server i.e. XAMPP on your PC.