Hi friends, In JDBC 4 drivers are there among this which
driver is best and why it is best.Which driver is most
commonly used in web applications.
Answer Posted / rajesh
Type 4 Driver will be the best driver.Because the java
application will directly interacts with database without
middlewares. We want a jar file to connect directly(i.e
mysql connector jar file for mysql,ojdbc.jar to pracle
database).
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
RowSetInternal caller and returns void. What can I do in the readData method?
What are the packages are used in jdbc?
What is odbc. how is it related to sql cli?
What is a connection string used for?
What is difference between jdbc and odbc?
What does executeupdate return in jdbc?
How do I load a database driver with JDBC 4.0 / Java 6?
What is difference between odbc and jdbc?
What is jdbc and jpa?
What is data source in java?
What is two-phase commit in the database?
What types of DataSource objects are specified in the Optional Package?
What is a statement in java?
How many rowset are available in jdbc?
Explain how data flows from view to db and reverse