What is Type-3 Driver and when this driver is used?
Answer Posted / chandrarekha
JDBC net pure java driver is the type-3 driver...the driver
is loaded at the client and server side and the driver uses
native class libraries to convert the jdbc calls into
native method calls and sends it to the CLI loaded at the
client side...this driver is used for applications over
web...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What does executequery return in java?
Which database is used with java?
What is jdbc servlet?
What is jdbc and odbc in java?
What does the connection object represents?
What is jdbc odbc bridge?
What is 2 phase commit?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What are jdbc and its components?
Name the new features added in jdbc 4.0.
What are the factors that the jdbc driver performance depends upon?
What is jdbc and explain jdbc architecture?
What are temp tables ?
What is the return type of class.forname() method?
Why should we close database connections in java?