Multiple Choice
JDBC supports _______, so you do not need to manually load the database driver before accessing a database.
A) automatic driver downloading
B) automatic driver creation
C) automatic driver discovery
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: The result of a query can be
Q17: If a query includes columns from multiple
Q18: Java programs communicate with databases using what
Q19: An a PreparedStatement, parameters are counted from
Q20: Transaction processing enables a program to treat
Q22: Which of the following states the Rule
Q23: In an UPDATE statement, the SET keyword
Q24: This keyword is used to add a
Q25: PreparedStatement method _ returns a ResultSet.<br>A) executeUpdate<br>B)
Q26: Which SQL keyword is required in every