Copyright © 2001 Qusay H. Mahmoud
DriverManager
lThe topmost class in the java.sql hierarchy
lMaintains a collection of loaded drivers
lThe registerDriver() method adds a driver to the collection lWhen a JDBC-based Java application open a connection to a database, the DriverManager selects the driver (depending on the JDBC URL) that suits the application