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 are the different types of lockings in jdbc?
What is JDBC Savepoint? How to use it?
What is phantom read and which isolation level prevents it?
What are devices?
What is difference between odbc and jdbc?
What are the different types of resultset?
Explain the locking system in jdbc?
How to insert an image or raw data into database?
How to set NULL values in JDBC PreparedStatement?
What is jdbc url for mysql?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is a jdbc connection string?
Explain about DSN?
What are the new features added to JDBC 4.0?