This is a simple and basic introduction to using JDBC
The class SimpleJDBCExample shows how to use the DriverManager, Connection, Statement, and ResultSet classes
The class PreparedStatementExample demonstrates the use of PreparedStatements and the use of Classloaders to register drivers.