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 is jdbc and odbc in java?
What is the difference between ojdbc6 and ojdbc7?
Explain the two tier and three tier architecture of jdbc.
What is meant by jdbc and odbc?
Is jdbc database independent?
How does a file store compare with a jdbc store?
What are the three basic components of the odbc architecture?
Can resultset be null in java?
What is a jdbc connection pool?
Is jdbc and orm?
What is dburl?
How do I find jdbc version?
What is a jdbc url?
What is the role of the jdbc drivermanager class?
What are JDBC Best Practices?