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
What is an odbc driver?
Where is mysql jdbc driver located?
What does the connection object represents?
Give an example for execution of sql statement.
How to know howmuch data is truncated?
How can we set null value in jdbc preparedstatement?
What is getconnection method in java?
How to make updates to updatable result sets in jdbc?
What are the advantages of using preparedstatement in java?
Is jdbc open source?
What is addbatch jdbc?
Does sql allow null values ? Can we use it within where clause ?
What is the feature of jdbc v4?
What are the main steps in java to make JDBC connectivity?
Does jdbctemplate close connection?