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 are dml and ddl?
What is @entity in java?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
can we define indexes on a foreign key? Explain pros and cons?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is connection data?
What is jdbc and jdbc drivers?
What does the jdbc resultsetmetadata interface?
What is 2-tier and 3-tier architecture?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
JDBC Drivers properties?
What does connection pooling mean ?