address book

JDBC Address Book Version 1.0

About the code this is my first time to write a database driven Java application a simple address book which I called JDBC Address Book Version 1.0. My front end is Java using Swing as a graphical user interface and MS Access as my back end where I store my information. I hope this code will help anyone learn and understand database programming using Java. I learned many things while doing this

Address Book Entries Version 1.0

Hi there this is my first time to post a code in Java that Im using multi dimensional array as its data structure. I wrote again this code for a programming assignment of a student who as my help over the Internet. In this example it will display the name, telephone number and address of the user. I called this example a simple address book in Java. I intended this code for beginners in Java