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

Can a serialized object be transferred via network?

1 Answers  


What is the difference between an argument and a parameter?

1 Answers  


What is operator?

3 Answers  


Can we overload run() method in java?

1 Answers  


What is java objectoutputstream?

1 Answers  


Can we use both this () and super () in a constructor?

1 Answers  


What is independent and dependent variables in research?

1 Answers  


Can we declare array without size in java?

1 Answers  


What is java jit compilers?

1 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


What is a variable analysis?

1 Answers  


without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?

7 Answers   Tanla Solutions, Wipro,


Categories