Discussion :: JDBC
- What is the disadvantage of Type-4 Native-Protocol Driver?
A.
At client side, a separate driver is needed for each database
|
B.
Type-4 driver is entirely written in Java
|
C.
The driver converts JDBC calls into vendor-specific database protocol
|
D.
It does not support to read MySQL data
|
Answer : Option A
Explanation :
Be The First To Comment