nerdexam
Oracle

1Z0-809 · Question #113

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

The correct answer is C. Statement D. ResultSet E. Connection. Database vendors support JDBC through the JDBC driver interface or through the ODBC connection. Each driver must provide implementations of java.sql.Connection, java.sql.Statement, java.sql.PreparedStatement, java.sql.CallableStatement, and java.sql.ResultSet. They must also…

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

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    72% (23)
  • F
    3% (1)
  • G
    13% (4)

Explanation

Database vendors support JDBC through the JDBC driver interface or through the ODBC connection. Each driver must provide implementations of java.sql.Connection, java.sql.Statement, java.sql.PreparedStatement, java.sql.CallableStatement, and java.sql.ResultSet. They must also implement the java.sql.Driver interface for use by the generic java.sql.DriverManager interface.

Topics

#JDBC driver#Statement#ResultSet#Connection

Community Discussion

No community discussion yet for this question.

Full 1Z0-809 Practice