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 |
Why “no suitable driver” error occurs?
Explain different types of locks in jdbc?
What is the execute method in java?
What protocol does jdbc use?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How do I check in my code whether a maximum limit of database connections have been reached?
how you will execute the many tables data
Name the method, which is used to prepare a callablestatement.
Explain how to make updates to the updatable resultsets.
How do we load the drivers?
What does the jdbc resultsetmetadata interface?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?