For which three objects must a vendor provide implementations in its JDBC driver?
A.
Statement
B.
DriverManager
C.
SQLException
D.
ResultSet
E.
Date
F.
Time
G.
Connection
For which three objects must a vendor provide implementations in its JDBC driver?
For which three objects must a vendor provide implementations in its JDBC driver?
A.
Statement
B.
DriverManager
C.
SQLException
D.
ResultSet
E.
Date
F.
Time
G.
Connection
adg
ADG
OCA/OCP Java SE 7 Programmer I & II Study Guide (Kathy Sierra, Bert Bates)
852 Chapter 15: JDBC
The implementation classes of Connection, Statement, ResultSet , and a
number of other interfaces we will look at shortly are created by the vendor of the
database we are using.