What are pros and cons of using of Type-2 and Type-4
Drivers over Type-1 driver?
Answer Posted / chandrarekha
native API partly java driver(type-2 driver) doesn't have
the ODBC intermediate layer as the type 1 driver and the
native protocol pure java driver(type-4 driver) interacts
directly with the database(no native class libraries nor
driver as the intermediate layer) hence high perfomance
delivered compared to type-1 driver
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I connect to jdbc?
What is ODBC and JDBC? How do you connect the Database?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How to check jdbc connection in linux?
How does jdbc work?
What is JDBC Batch Processing and what are it’s benefits?
What is jdbc driver in java?
How to rollback a JDBC transaction?
What are the different classes through which JDBC represents statements?
What does the jdbc resultsetmetadata interface?
What are the differences between execute, executequery, and executeupdate?
Which Java and java.sql data types map to my specific database types?
What is a lock in jdbc?
What are four types of JDBC driver?
What are the steps to connect to a database in java?