JAVA JDBC Programming Question: Download JDBC PDF

What are the common tasks of JDBC?

Tweet Share WhatsApp

Answer:

1.Create an instance of a JDBC driver or load JDBC drivers through jdbc.drivers;
2. Register a driver;
3. Specify a database;
4. Open a database connection;
5. Submit a query;
6. Receive results.

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
What is JDBC Driver interface?What packages are used by JDBC?