Copyright © 2001 Qusay H. Mahmoud
JDBC Drivers
lA JDBC driver is a platform specific software providing access to a particular database
–Usually provided by the database vendor
–It implements the Driver interface
lA driver is made available by loading it in the JVM
lIt is possible to load multiple drivers
l