What is Type-4 Driver and when this driver is used?
Answer Posted / surendra
Type-4 driver is pure java driver
jdbc driver vendors provide the code completely in java
language to connect to the database
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why would you use setautocommit(false) in jdbc?
What is JDBC Savepoint? How to use it?
What is the purpose of jdbc resultset interface?
What do you mean by database connection pooling?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is CLOB and BLOB datatypes in JDBC?
Why do we use jdbc in java?
What is executeupdate in java?
How can I write to the log used by DriverManager and JDBC drivers?
How many types of statements are there in jdbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How do I find jdbc version?
Which jdbc driver is the fastest driver?
password, is stored in as plain text. What can I do to protect my passwords?
Where is jdbc url mysql?