JAVA JDBC Programming Question: Download JDBC PDF

What is JDBC Driver interface?

Tweet Share WhatsApp

Answer:

The JDBC Driver interface provides vendor-specific implementations of the abstract classes provided by the JDBC API. Each vendors driver must provide implementations of the java.sql.Connection,Statement,PreparedStatement, CallableStatement, ResultSet and Driver.

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
What are the two major components of JDBC?What are the common tasks of JDBC?