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
What are thread priorities and importance of thread priorities in java?
What is passing by reference in java?
What is substring in java?
Can we use different return types for methods when overridden?
what are the high-level thread states? : Java thread
What is the difference between the direct buffer and non-direct buffer in java?
What the difference is between execute, execute Query, execute Update?
Is java a utf 8 string?
What is the difference between an inner class and a sub-class?
Why we do exception handling in java and how many types of exceptions are there?
What is java object name?
When can you say a graph to be a tree?
Is minecraft 1.15 out?
What are the types of literals?
Does java arraylist maintain insertion order?