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
Why isn't the java.sql.DriverManager class being found?
What is getconnection method in java?
What is the difference between execute, executeQuery, executeUpdate?
Why “no suitable driver” error occurs?
Why is jdbc needed?
Is java a database?
Which interface handles transaction management in jdbc?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Explain in detail about JDBC and its general features?
Why would you use setautocommit(false) in jdbc?
What is the function of setautocommit?
How can I get information about foreign keys used in a table?
Is jdbc secure?
What is jdbc stand for?
How vendor Naming registry supports JNDI?