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 metadata in java programming?
What does it mean to "materialize" data?
What is preparedstatement in jdbc?
What is jdbc stand for?
What does executequery return in java?
Where is mysql jdbc driver located?
Is jdbc faster than hibernate?
What are the different types of locking in JDBC?
How can you load the drivers?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Is there any limitation for no of statments executed with in batchupdate?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)