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
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is connection data?
How to use JDBC API to call Stored Procedures?
How many packages are available in jdbc api?
How can you know about drivers and database information ?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is jdbc connection string?
What are the different types of resultset?
List the common jdbc exceptions ?
What is ODBC and JDBC? How do you connect the Database?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is the feature of jdbc v4?
What is Apache DBCP API?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How will you perform truncation using JDBC?