About Question enthuware.ocpjp.v7.2.1375 :
Posted: Sun Jan 11, 2015 12:44 am
Connection c = DriverManager.getConnection("jdbc:fandu://localhost:1234/myDB", "user", "pwd");
will pass "url,username,password" to each driver classes registered with DriverManager . And the first successful object would be returned.
Now as per my understanding above piece of code wont load any new drivers . it will send required parameters to already loaded drivers.
So, i believe none of the given options matches the exact answer.
Please suggest.
will pass "url,username,password" to each driver classes registered with DriverManager . And the first successful object would be returned.
Now as per my understanding above piece of code wont load any new drivers . it will send required parameters to already loaded drivers.
So, i believe none of the given options matches the exact answer.
Please suggest.