Answer Posted / 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 |
Post New Answer View All Answers
What is data source in java?
Explain the JDBC Architecture?
What does it mean to "materialize" data?
What is statement and preparedstatement in java?
What is jdbc connection class?
Give an example of code used for setting up connection with a driver.
What is JDBC Savepoint? How to use it?
Does sql allow null values ?
What is odbc. how is it related to sql cli?
What are the steps required to execute a query in jdbc?
How many locking systems are there in jdbc?
What is the benefit of having jdbcrowset implementation?
Is jdbc a framework?
What do you understand by jdbc driver and explain its types?
What are different types of JDBC Drivers?