what is difference between type 4 driver and type 1 driver?
Answer Posted / jigar
Type 1: JDBC-ODBC Bridge Driver
The first type of JDBC driver is JDBC-ODBC Bridge which
provide JDBC access to any ODBC complaint databases through
ODBC drivers. Sun's JDBC-ODBC bridge is example of type 1
driver.
Type 4: Native-Protocol Pure Java Driver
Type 4 drivers are entirely written in Java that communicate
directly with vendor's database through socket connection.
Here no translation or middleware layer, are required which
improves performance tremendously.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why charat is used in java?
Is java written in c?
Explain about join() method?
What is yield () in java?
Difference between object and reference?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is java autoboxing?
What is the unit of plancks constant?
What are the parts of methodology?
What is hashing principle in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is Java Package and which package is imported by default?
Explain the difference between throw and throws in java?
Explain about abstract classes in java?
What is string literal in java?