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 / vicky
Because Type IV driver classes are written purely in
java.and it interacts directly with the database we dont
need to specify any ODBC to interact with the database.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why would you use setautocommit(false) in jdbc?
java based application for hospital management
Does jpa use jdbc?
What is jdbc template?
What are the methods which can verify the cursor particular position?
Why do we need a jdbcrowset like wrapper around resultset?
What is the difference between execute, executeQuery, executeUpdate?
Is jdbc database independent?
How can I get information about foreign keys used in a table?
How to retrieve warnings in jdbc?
How to check jdbc driver version in sql server?
What are jdbc and its components?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What causes no suitable driver error?