Google News
logo
JDBC - Interview Questions
What Are The Tasks Of JDBC?
Following are the tasks of JDBC : 
 
* Load the JDBC drivers
* Register the drivers
* Specify a database
* Open a connection to database
* Submit a query to database
* Gets the results.
Advertisement