Oracle Certified Professional Java Se 11 Developer · Free Practice Question Medium

Question 64

Question ID: UKOCP80791


Which of the 4 interfaces must be implemented by a JDBC driver?

  • A java.sql.DriverManager
  • B java.sql.Driver
  • C java.sql.Statement
  • D java.sql.ResultSet
  • E java.sql.Connection
  • F java.sql.Date
Reveal correct answers

Correct answers: B, C, D, E

Explanation

UKOCP80791:

DriverManager and Date are classes and hence not correct options.


A JDBC drive must provide implementation for Driver, Statement, PreparedStatement, CallableStatement, ResultSet and Connection interfaces.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need