Java SE 8 Programmer II — Question 11

For which three objects must a vendor provide implementations in its JDBC driver?

Answer options

Correct answer: C, D, E

Explanation

The correct answer includes C, D, and E, which are essential components of the JDBC architecture that facilitate database interaction. Options A, B, F, and G are important but do not require the vendor to provide specific implementations within the JDBC driver.