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 resultset?
Which interface handles transaction management in jdbc?
Write a program JDBCcode forfetching student database with SQL.
What does executeupdate return in jdbc?
What is Apache DBCP API?
What are the different types of JDBC drivers?
Compare jdbc and odbc and how is jdbc required in this context.
How do java applications access the database using jdbc?
How can we store the file in the oracle database?
Why do we need jdbc api?
What are the types of jdbc drivers that exist?
Explain what should be done when a SQL exception is raised?
Explain some new features available in jdbc 4.0?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Describe odbc?