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
What is in term of jdbc a datasource?
What are jdbc?
What is execute in java?
How MS-Access DB can be accessed over a network, using JDBC API?
How to insert an image or raw data into database?
Discuss the procedure of retrieving warnings?
Give an example of code used for setting up connection with a driver.
Can we return resultset in java?
Explain the two tier and three tier architecture of jdbc.
How does a custom RowSetReader get called from a CachedRowSet?
How can I determine where a given table is referenced via foreign keys?
How does jdbc driver work?
What is the most common example type 1 driver?
What is connection data?
Compare jdbc and odbc and how is jdbc required in this context.