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 |
Diff between C++ and java?
How many bits is a char?
What happens to the Exception object after handling an exception?
Are arrays classes in java?
Is string serializable in java?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
When should I use abstract classes and when should I use interfaces?
What is singleton service?
what is the significance of listiterator in java?
What is Gang of four design patterns
Is static a singleton?
What is java util collection?