In JDBC 4.0, we no longer need to explicitly load JDBC drivers using Class.forName(). When the method getConnection is called, the DriverManager will attempt to locate a suitable driver from among the JDBC drivers that were loaded at initialization and those loaded explicitly using the same class loader as the current application.
Group items matching
in title, tags, annotations or url
1More
Java Swing Interview Questions for GUI Programmer - 0 views
2More
Eclipse Rich Client Platform (RCP) with Eclipse Ganymede (3.4) - Tutorial - 1 views
1More
Testing Plug-ins with Fragments « RCP Quickstart: Learn the Eclipse Rich Clie... - 0 views
1More
How to setup remote debugging in eclipse - 0 views
1More
Using AspectJ to log all methods parameters and return values during application runtime - 8 views
1More