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
What is executequery in java?
What is JDBC Connection isolation levels?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Is jdbc a web technology?
What is resultset in jdbc with example?
What is correlated subquery?
Why hibernate is better than jdbc?
What are the different types of statements in jdbc?
Differentiate between a statement and a preparedstatement.
What is jdbc and why is it required?
What is an advantage of using the jdbc connection pool?
How MS-Access DB can be accessed over a network, using JDBC API?
What is jdbc stand for?
What is resultsetmetadata?
Where is jdbc url mysql?