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 JRE required to compile Java files ?
What is an example of procedure?
Can you call one constructor from another if a class has multiple constructors?
What is java english?
What does sprintf return?
Can we overload final method in java?
Why do we create public static method in java?
Can a singleton class be inherited?
What is the purpose of a transient variable?
What is serialization in java?
Difference between ?System.out.println? and ?System.error.println??
Which is the class in java?