A JDBC application can establish a connection to a data source using the JDBC DriverManager interface, which is part of the java.sql package. The Java application first loads the JDBC driver by invoking the Class.forName method. After the application loads the driver, it connects to a database s
Read More - Register for Free Membership