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 |
Is java 9 released?
why java main method is given as static method?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is method reference?
What is java instanceof operator?
What are the drawbacks of reflection?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is the difference between C++ and Java and your preferences?
What is the difference between a method and a function in alice?
What is the life cycle of an Applet ?
How does class forname work in java?
Can vector have duplicates in java?