Answer Posted / dipanshu
We use type-4 driver in our project bcoz of the following reasons.
Type 4 Driver is a thin driver and it doesn't contain more layer like other (type-1 and type-2) drivers, it speed up the performance and moreover DB vendor library is automatically includes so explicitly our client application does not need to have DB vendor Library.
When we use type-4 driver to talk to Database then our JDBC code directly talks to the Database s/w without having the support of ODBC(like type-1) and DB Library(in type-1&type-2).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the ddl statements?
How to check jdbc connection in java?
Where is jdbc url mysql?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are the differences between resultset and rowset?
What does the jdbc connection interface?
How can you use preparedstatement in jdbc?
What is jdbc driver manager?
What is addbatch jdbc?
Explain the process of creating tables using NetBeans IDE?
Why prepared statements are faster?
What are the three parts of a jdbc url?
What is jdbc odbc?
What does executeupdate return in jdbc?
How to connect html page to database using jdbc?