1. |
_________ ensures that the correct driver is used to access each data source.
|
||||||||
Answer:
Option (b) |
2. |
Which driver translates JDBC calls into ODBC calls and use Windows ODBC built in drivers.
|
||||||||
Answer:
Option (a) |
3. |
Which statement is NOT true for Type 1 (JDBC-ODBC Driver)
|
||||||||
Answer:
Option (c) |
4. |
Pure java driver which can interface with multiple database.
|
||||||||
Answer:
Option (c) |
5. |
_________ Driver is extremely flexible, since it requires no code installed on the client machine.
|
||||||||
Answer:
Option (c) |
6. |
The following driver is/are portable.
|
||||||||
Answer:
Option (d) |
7. |
Which driver support multiple database.
|
||||||||
Answer:
Option (a) |
8. |
Which driver is not considered a deployment-level driver?
|
||||||||
Answer:
Option (a) |
9. |
__________ Interface is used for general-purpose access to your database, when using static SQL statements at runtime.
|
||||||||
Answer:
Option (a) |
10. |
__________ represents a precompiled SQL statement.
|
||||||||
Answer:
Option (b) |