1.

What is a JDBC DriverManager?

Answer»

JDBC DriverManager is a class that manages a list of database drivers. It matches connection requests from the java application with the proper database driver using communication subprotocol.



Discussion

No Comment Found