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 / srinu
Among jdbc driver TYPE-III driver(or) Net protocol driver is
best. because their is no worry about connection object and
connection pooling,middleware services.THe jdbc connection
are over all taken by application server.A programer just
use the connection object.
In webapplication TYPE-III driver are mostly used.To work
with TYPE-III driver are in application server
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What does executeupdate return in jdbc?
Which type of JDBC driver is the fastest one?
What are the jdbc statements?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is data source in java?
What is jdbc resultsetmetadata interface?
How vendor Naming registry supports JNDI?
What is a JDBC 2.0 DataSource?
What is correlated subquery?
Which type of driver is unique in jdbc?
What is database deadlock ?
What is resultset?
What are types of resultset?