Which of the following are NOT the interfaces and classes provided by JDBC 1.0 (Choose all that apply.?

Which of the following are NOT the interfaces and classes provided by JDBC 1.0
(Choose all that apply.?

Which of the following are NOT the interfaces and classes provided by JDBC 1.0
(Choose all that apply.?

A.
Driver

B.
DriverManager

C.
Connection

D.
Statement

E.
PreparedStatement

F.
ResultSet

G.
Types

H.
Connection

Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ The JDBC 1.0 API provided the basic framework
for data access, consisting primarily of the following interfaces and classes
Driver
DriverManager
Connection
Statement
PreparedStatement
CallableStatement
ResultSet
DatabaseMetaData
ResultSetMetaData
Types



Leave a Reply 0

Your email address will not be published. Required fields are marked *