How many types of JDBC Drivers are present and what are they?
Answer / Yudhishthir Singh
There are four types of JDBC drivers: 1) JDBC-ODBC Bridge Driver, 2) Native API (Type 1) Driver, 3) Native-Protocol (Type 2) Driver, and 4) Java Database Connectivity API (Type 4) Driver.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jdbc driver in java?
What is the latest version of JDBC? What new features are added?
What is jdbc drivers in java?
What is the major difference between java.util.date and java.sql.date data type?
How does jdbc driver work?
What will happen when ResultSet is not closed?
Which database is used for java?
What is jdbc architecture in java?
What are the three basic components of the odbc architecture?
What is jdbc odbc connection?
What does jdbc do?
How does a custom RowSetReader get called from a CachedRowSet?