basic difference b/w ALL types of JDBC driver.



basic difference b/w ALL types of JDBC driver...

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

More Core Java Interview Questions

What is the maximum size of byte array in java?

0 Answers  


Can we nested try statements in java?

0 Answers  


Is java a super set of javascript?

0 Answers  


What is set and get methods in java?

0 Answers  


What are the different ways of creating thread?

0 Answers  






How to do validation of the fields in any project ?

2 Answers  


Define interface?

3 Answers   MindCracker,


Why java is a platform independent? Explain

0 Answers  


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


What are unchecked exceptions in java?

0 Answers  


How do u provide security in java

3 Answers  


Categories