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 does the connection object represents?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
Name different methods for getting streams.
What are the steps to connect to a database in java?
Is jpa faster than jdbc?
How do java applications access the database using jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
What is batch processing and how to perform batch processing in jdbc?
How many ways can you update a result set?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What does connection pooling mean ?
What is the use of JDBC DriverManager class?