Java
Programming and Technical
Programming
Definition
Which is the best driver out of below??
a)JDBC-ODBC(Type1)
b)native API(Type2)
c)Network protocol(Type3)
d)native protocol(Type4)
Read Solution (Total 23)
-
- Native protocol(Type4)
- 9 years agoHelpfull: Yes(3) No(0)
- its depend upon the requirement mostly type 4 is best driver to connect with database because it will directly connect to database.
- 9 years agoHelpfull: Yes(2) No(0)
- type 1 sometimes fail,but type4 never.
- 9 years agoHelpfull: Yes(2) No(0)
- JDBC ODBC Type 1
- 9 years agoHelpfull: Yes(1) No(0)
- a) JDBC-ODBC(Type1)
- 9 years agoHelpfull: Yes(0) No(0)
- d) Type 4 ....
- 9 years agoHelpfull: Yes(0) No(0)
- A) JDBC-ODBC
- 9 years agoHelpfull: Yes(0) No(0)
- d) native protocol(Type 4)
- 9 years agoHelpfull: Yes(0) No(0)
- option d.
- 9 years agoHelpfull: Yes(0) No(0)
- Type 4 is the best driver
- 9 years agoHelpfull: Yes(0) No(0)
- type 4 because it is not create no burden on programmer
- 9 years agoHelpfull: Yes(0) No(0)
- Type4 drive industry standard driver
- 9 years agoHelpfull: Yes(0) No(0)
- type 4 because in this nothing acts as a intermediate device there is direct connection of a application to a database
- 9 years agoHelpfull: Yes(0) No(0)
- type 4 :- because it`s easy and we are required to give only the information of database in program and our task will be performed.
type 1 diver is removed from JDK 1.8 - 9 years agoHelpfull: Yes(0) No(0)
- JDBC ODBC is the best driver
- 9 years agoHelpfull: Yes(0) No(0)
- type 3 (c)
- 9 years agoHelpfull: Yes(0) No(0)
- Type 4(Native Protocol)
- 9 years agoHelpfull: Yes(0) No(0)
- Native protocol(type 4) is the best driver.
- 8 years agoHelpfull: Yes(0) No(0)
- type 4..because it fully implemented in java programming.so we can connect easily
- 8 years agoHelpfull: Yes(0) No(0)
- native protocol (type 4)
- 8 years agoHelpfull: Yes(0) No(0)
- native protocol because it is fully java based.
- 7 years agoHelpfull: Yes(0) No(0)
- type4 is best driver
- 7 years agoHelpfull: Yes(0) No(0)
- The best driver is JDBC-ODBC(Type 1)
- 7 years agoHelpfull: Yes(0) No(0)
Java Other Question