a. ResultSet
b. DriverManager
c. Statement
d. Connection
Answer:
b. DriverManager
Explanation:
DriverManager is a class that acts as an interface between users and Drivers. It keeps track of drivers that are available and handles established a connection between the database and the appropriate driver.