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 is a parent class in java?

533


Why is multithreading important?

486


Why is java not 100% pure oops?

604


What 4 doubled?

524


How many types of methods are there?

534






What is xslt in java?

506


Why do we need data structure in java?

558


Explain about version control?

577


Can I declare class as static or private?

531


Why are generics used?

512


Why hashmap is used in java?

535


Why do we use return statement?

528


What does .equals do in java?

520


What are the advantages of exception handling in java?

638


Is set sorted in java?

502