how many JDBC drivers ?name them?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What class.forname will do while loading drivers of jdbc?

490


What is the different between ResultSet and RowSet?

533


What do you mean by two phase commits?

557


What is encrypted connection?

496


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

482






How can you retrieve data from the resultset using jdbc?

544


How many types of JDBC Drivers are present and what are they?

495


Which database is used with java?

494


Result set’s index starts with 0 or 1?

547


How are jdbc statements used?

498


What does executeupdate return in java?

490


What are the main steps in java to make JDBC connectivity?

566


Why do we use jdbc?

509


Which package contains jdbc api?

538


Explain creation of statement object with connection method create method with help of an example.

510