nerdexam
Oracle

1Z0-804 · Question #121

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

The correct answer is C. Statement D. ResultSet E. Connection. All JDBC drivers implement the four important JDBC classes: Driver, Connection, Statement, and ResultSet.

Building Database Applications with JDBC

Question

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

Options

  • ATime
  • BDate
  • CStatement
  • DResultSet
  • EConnection
  • FSQLException
  • GDriverManager

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    81% (43)
  • F
    6% (3)
  • G
    9% (5)

Explanation

All JDBC drivers implement the four important JDBC classes: Driver, Connection, Statement, and ResultSet.

Topics

#JDBC driver#Connection#Statement#ResultSet

Community Discussion

No community discussion yet for this question.

Full 1Z0-804 Practice