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
What does the connection object represents?
How many types of resultset are there in jdbc?
What is jdbc drivers in java?
What is the difference between ojdbc6 and ojdbc7?
How to make updates to updatable result sets in jdbc?
What is the return type of class.forname() method?
What does the jdbc driver interface do?
What is jdbc connection interface?
What is type 4 jdbc driver?
What does it mean to "materialize" data?
How to use JDBC API to call Stored Procedures?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Does jdbctemplate close connection?
Explain the various types of locking system in jdbc?
What is database connection pooling? Advantages of using a connection pool?