Q. Which of the following is correct about DriverManager class of JDBC?
A - JDBC DriverManager is a class that manages a list of database drivers.
B - It matches connection requests from the java application with the proper database driver using communication subprotocol.
C - Both of the above.
D - none of the above.
Correct ans is C - Both of the above.