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 |
How to call a Stored Procedure from JDBC?
Detail discussions on JVM, memory management and garbage collector.
What is formatted output in java?
What is stack class in java?
What is contractor means and methods?
Differentiate between nested and inner class in java.
0 Answers Akamai Technologies,
Difference between linkedlist and arraylist.
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
Can an interface be defined inside a class?
What is purpose of keyword void?
What is an immutable object? How do you create one in java?
Explain restrictions on using enum?