DEVFYI - Developer Resource - FYI

What are the common tasks of JDBC?

JDBC Interview Questions and Answers


(Continued from previous question...)

What are the common tasks of JDBC?

Create an instance of a JDBC driver or load JDBC drivers through jdbc.drivers
Register a driver
Specify a database
Open a database connection
Submit a query
Receive results
Process results

(Continued on next question...)

Other Interview Questions