Google News
logo
JDBC - Interview Questions
What are the steps to connect with JDBC?
There are 6 basic steps to connect with DB in Java. These are enlisted below :
 
* Import package
* Load driver
* Establish connection
* Creation and execution of the statement
* Retrieve results
* Close connection
Advertisement