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 are the jdbc api components?
Give an example for execution of sql statement.
Why jdbc is used in java?
What are types of resultset?
What is ojdbc14 jar?
How do I know which jdbc driver to use?
Does sql allow null values ? Can we use it within where clause ?
Where is mysql jdbc driver located?
Result set’s index starts with 0 or 1?
Give steps to connect to the db using jdbc?
What is jdbc servlet?
What is JDBC Driver interface?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is an odbc driver?