PPT Slide
Java Database connectivity
JDBC is used to establish the connection to the database
sent SQL statements to the virtually any database
Basically we can say it is the wrapper class for the database. It represent the database as the Java Objects
JDBC uses driver manager to automatically load the driver
|