What is Type-4 Driver and when this driver is used?
Answer Posted / surendra
Type-4 driver is pure java driver
jdbc driver vendors provide the code completely in java
language to connect to the database
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the two tier and three tier architecture of jdbc.
What is two-phase commit in the database?
What is jdbc connection string?
What do you understand by jdbc driver and explain its types?
What is the advantage of namedparameterjdbctemplate?
What is JDBC Statement?
What is the meaning of “dirty read” in the database?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Is jdbc a protocol?
Give an example for getXXX method?
Is uri the same as url?
How many types of resultset are there in jdbc?
What is JDBC Savepoint? How to use it?
What is CLOB and BLOB datatypes in JDBC?
Explain the main method?