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 is the difference between Java and C++?
What is difference between length and length() method in java ?
When is the finally clause of a try-catch-finally statement executed?
What is a protected method?
Why hashmap is used in java?
What is the final keyword denotes?
What is the use of put method?
Can we return null in java?
How many arguments can a method have java?
What is the difference between a synchronized method and a synchronized block?
Difference between default and protected access specifiers?
What do you mean by aggregation?
What is a singleton class? Give a practical example of its usage.
What will be the output of round(3.7) and ceil(3.7)?
Explain spliterator in java8?