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

For which three objects must a vendor provide implementations in its JDBC driver? (Choose three.)

    Correct Answer: C, D, E

    To create a functional JDBC driver for a database, a vendor must provide implementations for several key objects. These include the Connection object, which manages the connection to the database; the Statement object, which allows for executing SQL queries; and the ResultSet object, which handles the data returned from these queries. Proper implementations of these elements are essential for the driver to facilitate interaction between Java applications and the database.

Discussion
samtash1034Options: CDE

C and D and E

asdfjhfgjuaDCVOptions: CDE

CDE is the correct answer

steefaandOptions: CDE

C, D and E are correct.