Jdbc - Driver Manager
About
DriverManager
JDBC 4.1 specification, when the DriverManager is trying to establish a connection:
it calls the
driver’s connect method
-
If the Driver implementation:
understands the
URL, it will:
does not understand the
URL, it will return null.
Articles Related