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 a java list?

0 Answers  


What does the string method compareto () do?

0 Answers  


What is class forname used for?

0 Answers  


What checkbox method allows you to tell if a checkbox is checked?

0 Answers  


Can a constructor have different name than a class name in java?

0 Answers  






What is the difference between checked exception and unchecked exception?

0 Answers  


What is difference between static and final?

0 Answers  


What is the difference between throw and throws?

10 Answers   IBM,


Define interface?

3 Answers   MindCracker,


What is formatted output in java?

0 Answers  


What is mean by UML? what is the use? where we are using?

1 Answers   Eka Software,


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


Categories