What are four types of JDBC driver?
Answer / Subhash Kumar Maurya
The four types of JDBC drivers are: 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 |
please tell me the name and url path for type-4 driver ?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is data source in java?
What are the utilities of the callablestatement?
What are the jdbc statements?
What is odbc jdbc?
Diff bet.. Function and Trigger?
What is the return type of execute, executequery and executeupdate?
What is jndi lookup?
How do you debug PL/SQL code?
What are the measures to connect to the db using jdbc?
What is Type-4 Driver and when this driver is used?