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 does jdbc do?
When does the result for an sql statement return null?
What is device controller?
What are the packages are used in jdbc?
Describe how the jdbc application works.
What is the JDBC syntax for using a literal or variable in a standard Statement?
Which type of driver provides jdbc access via one or more odbc drivers?
What are the benefits of PreparedStatement over Statement?
How can I connect mysql or oracle with java?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Is jdbc a protocol?
What is preparedstatement in jdbc?
What is JDBC Statement?
How many types of resultset are there in jdbc?
What is serialization and deserialization in java programming?