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…
Question
Options
- ATime
- BDate
- CStatement
- DResultSet
- EConnection
- FSQLException
- GDriverManager
How the community answered
(32 responses)- A3% (1)
- B9% (3)
- C72% (23)
- F3% (1)
- G13% (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
Community Discussion
No community discussion yet for this question.