What is Type-4 Driver and when this driver is used?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhoopesh alladi
Mostly it will be used for Applets to interact with JDBC.
This driver only will supports for applets.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is JDBC ResultSet?
Describe how the jdbc application works.
What are the differences between setmaxrows(int) and setfetchsize(int)?
Which is better jpa or jdbc?
How do I check in my code whether a maximum limit of database connections have been reached?
What is odbc jdbc?
Does jdbctemplate use prepared statements?
What is jdbc class forname?
What is phantom read and which isolation level prevents it?
What is JDBC RowSet? What are different types of RowSet?
What is jdbc and why is it required?
What is the use of jdbc?