Exam 1z0-809 All QuestionsBrowse all questions from this exam
Question 241

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

    Correct Answer: C, D, E

    In the context of JDBC (Java Database Connectivity), vendors must provide implementations for certain key interfaces to enable interaction with a database. These include Connection, Statement, and ResultSet. The Connection interface represents a session with a specific database, the Statement interface is used for executing SQL queries, and the ResultSet interface represents the result set of a query. Thus, these three are essential components that any JDBC driver must implement to facilitate database operations.

Discussion
Seggy

Correct

thetech

Answer is correct

asdfjhfgjuaDCVOptions: CDE

CDE is the correct answer

steefaandOptions: CDE

C, D and E are correct.

iSnoverOptions: CDE

Answer CDE is correct.