basic difference b/w ALL types of JDBC driver.

Answer Posted / dsr

There are four types of JDBC drivers.
1.JDBC-ODBC driver
2.native api driver
3.network protocal driver
4.thin driver

All java programmers,we can use the thin driver. this
driver was fully developed in java.

1.JDBC-ODBC Driver:middle bridge is ODBC.
2.native api driver:
3.Network protocol driver: Datbase is connected throw
network
4.Thin Driver:This is filly developed in java.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Hash Map and Hash Table?

606


How to retrieve data from database in java using arraylist?

530


what is static import in java? Explain

557


What is difference between next () and nextline () in java?

541


What does sprintf return?

590






Write code to implement bubble sort in java?

560


Can java run on google chrome?

575


What are benefits of java?

560


Can we write a class without main method in java?

487


Is java a super set of javascript?

587


Write the algorithm to check the number non-leaf nodes in a tree.

598


what is the difference between process and thread? : Java thread

565


What is t in generics in java?

564


Is assembly language a low level language?

502


Explain the purpose of garbage collection in Java?

575