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 language is java written?
What are the data types supported by java? What is autoboxing and unboxing?
Explain importance of throws keyword in java?
What is method and methodology?
Write the algorithm to check the number non-leaf nodes in a tree.
can java object be locked down for exclusive use by a given thread? : Java thread
What do you understand by classes in java?
What is null object in java?
Is it safe to install java on my computer?
What is the concept of multithreading?
What is meant by singleton class?
What is string buffer?
When a byte datatype is used?
What are the main differences between the java platform and other platforms?
What is a default constructor and also define copy contrucyor?