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 |
what is platform independence in java?
What is the difference between arraylist and hashset in java?
What is operator?
Difference between class#getinstance() and new operator ?
Mention a package that is used for linked list class in java.
What is a double vs float?
how can u create the object with out new operator
Is java 11 paid version?
What does math floor () do?
What happens when you assigned a 'double' value to a 'String'?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
what is unreachable code problem in multiple catch statements