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