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 namedparameterjdbctemplate?
Explain the role of driver in jdbc.
Give an example of code used for setting up connection with a driver.
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What are the advantages of using jdbc datasource?
What is jdbc thin client?
Which jdbc driver type s is are the jdbc odbc bridge?
What driver should I use for scalable Oracle JDBC applications?
What are the common jdbc exceptions?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
If I use the JDBC API, do I have to use ODBC underneath?
What does jdbc setmaxrows method do?
What is a java driver?
How many packages are available in jdbc api?
How do I connect to jdbc?