how many JDBC drivers ?name them?

Answers were Sorted based on User's Feedback



how many JDBC drivers ?name them?..

Answer / 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

how many JDBC drivers ?name them?..

Answer / naresh katakam

The JDBC Driver provides vendor-specific implementations of
the abstract classes provided by the JDBC API. This driver
is used to connect to the database.

there are:
Type 1 : JDBC-ODBC Bridge Driver
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver

Is This Answer Correct ?    20 Yes 0 No

how many JDBC drivers ?name them?..

Answer / sai

4 Types of drivers are there
Type 1 : JDBC-ODBC Bridge Driver(Thick Driver)
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver(Thin Driver)

Is This Answer Correct ?    8 Yes 0 No

how many JDBC drivers ?name them?..

Answer / kkkk

TYPE-1 : JDBC-ODBC BRIDGE DRIVER
TYPE-2 : NATIVE API PARTLY JAVA DRIVER
TYPE-3 : NETWORK PROTOCOL DRIVER
TYPE-4 : JDBC NET PURE JAVA DRIVER

Is This Answer Correct ?    6 Yes 0 No

how many JDBC drivers ?name them?..

Answer / priya

TYPE 1: JDBC AND ODBC Bridge
TYPE 2:Native API,partly java driver
TYPE 3:Networking protocol,all java driver
TYPE 4:Native potocol,all-java driver

Is This Answer Correct ?    4 Yes 0 No

how many JDBC drivers ?name them?..

Answer / yazhini

JDBC drivers are divided into four types or levels.There are:
Type 1:JDBC-ODBC Bridge driver(Bridge)
Type 2:Native-API/partly java driver(Native)
Type 3:All java/Net-protocol driver(Middleware)
Type 4:All java/Native-protocol driver(Pure)

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JDBC Interview Questions

Why do we need jdbc api?

0 Answers  


What is Statement and PreparedStatement? whatz the difference?

2 Answers  


what is call level interface?

1 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


How do I find jdbc version?

0 Answers  






What is jdbc odbc driver?

0 Answers  


How can I connect mysql or oracle with java?

0 Answers  


What is the return type of class.forname() method?

0 Answers  


what is the current version of JDBC? and explain its features?

3 Answers  


What is database connection pooling? Advantages of using a connection pool?

0 Answers  


What is type 4 jdbc driver?

0 Answers  


Is jdbc faster than hibernate?

0 Answers  


Categories