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
What are the packages are used in jdbc?
List the common jdbc exceptions ?
What is connection pooling and why it is used?
Why do we need a jdbcrowset like wrapper around resultset?
What happens if connection is not closed in jdbc?
How do we load the drivers?
What does the jdbc databasemetadata interface?
What are dml and ddl?
What do you mean by database connection pooling?
What is meant by jdbc and odbc?
Explain the steps in writing a java program using jdbc?
Does jdbctemplate close connection?
Why do we use jdbc statements?
What is executeupdate in java?
How the JDBC application works?