Answer Posted / kkkk
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does adapter class provide?
What is the role of class.forname while loading drivers?
What is jdbc and why is it required?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Describe how the jdbc application works.
What is JDBC PreparedStatement?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Explain about the drive manager class working?
What is difference between statement and preparedstatement in jdbc?
What is resultset?
What is JDBC API and when do we use it?
What are the main components of JDBC ?
Why do we use jdbc statements?
Does sql allow null values ? Can we use it within where clause ?
What is drivermanager in jdbc?