Answer Posted / guest
There are 4 JDBC drivers are available:
*JDBC-ODBC Bridge Driver:-Popular name is Type-1 Driver.In
this connection some native code or native database client
code must be loaded on each client machine due to this
process it is slower than other drivers.It uses
JDBC-Bridge-ODBC means between JDBC and ODBC one bridge is
work that establise the connection between application and
DataBase... It is suitable for automatic installation and
downloading java technology application is not important.
*Native API partly Java Driver:-Known as Type-2 Driver.It
enables driver converts JDBC calls into calls on the client
API for Oracle or any other databases.This driver need to
load some binary code on client machine like JDBC-ODBC
Bridge Driver.
*Network Protocol Driver:-Known as Type-3 Driver.
*Jdbc net pure Java Driver:-Known as Type-4 Driver.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What class.forname does, while loading the drivers?
What is the role of the jdbc drivermanager class?
How many types of JDBC Drivers are present and what are they?
Explain about the drive manager class working?
Explain the life cycle of jdbc.
How many types of resultset are there in jdbc?
What is the most common example type 1 driver?
Is jdbc secure?
How to make updates to updatable result sets in jdbc?
What is a jdbc connection string?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is an advantage of using the jdbc connection pool?
What is hbm xml?
State the three different ways in which you can create a table?
Which is better odbc or jdbc?