JAVA: CONNECTING TO A DATABASE
This article gives an introduction to the how-tos of connecting java source code to a database. JDBC Java Database Connectivity (JDBC) is the Java API that provides the interface/means of connecting java source code to a relational database such as ...