Page 1 of 1

About Question enthuware.ocpjp.v7.2.1375 :

Posted: Sun Jan 11, 2015 12:44 am
by gupta.v21
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.

Re: About Question enthuware.ocpjp.v7.2.1375 :

Posted: Sun Jan 11, 2015 9:27 am
by admin
You are right. This has now been fixed.
thank you for your feedback!
Paul.