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
Where is core java used?
Explain about oops concepts.
Can I declare class as static or private?
What is stringjoiner ?
Can we convert integer to string in java?
How to sort elements in a parallel array in java?
What is bool mean?
What was java originally called?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is difference between static variable and global variable?
What is java virtual machine? Explain
Why is it called a string?
How do you use wildcards?
Can vector have duplicates in java?
What are different exception types exceptions available in java ?