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 |
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
What does Class.forName return?
What is the return type of execute, executequery and executeupdate?
How can you make the connection using jdbc?
Explain the necessary steps to connect to the database in java?
Why is jdbc used?
What is jdbc and why is it required?
Which package contains jdbc api?
What is the use of statement in jdbc?
Explain how data flows from view to db and reverse
What is jdbc odbc in java?
Why do you use a data source object for a connection?