Answer Posted / naresh katakam
The JDBC Driver provides vendor-specific implementations of
the abstract classes provided by the JDBC API. This driver
is used to connect to the database.
there are:
Type 1 : JDBC-ODBC Bridge Driver
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are the different types of JDBC drivers?
How can we set null value in jdbc preparedstatement?
Why prepared statements are faster?
What are the new features added to JDBC 4.0?
Differentiate between a statement and a preparedstatement.
Is jdbc a framework?
What are the new features available in jdbc 4.0?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are the basic exceptions in jdbc?
Differentiate between stored procedure and functions?
Does jdbc require oracle client?
What is savepoint in jdbc?
What is createstatement method in java?
Under what circumstances, that all four drivers are used?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?