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.
About Question enthuware.ocpjp.v7.2.1375 :
Moderators: Site Manager, fjwalraven
-
- Posts: 17
- Joined: Wed Jan 07, 2015 11:33 pm
- Contact:
-
- Site Admin
- Posts: 10389
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1375 :
You are right. This has now been fixed.
thank you for your feedback!
Paul.
thank you for your feedback!
Paul.
Who is online
Users browsing this forum: No registered users and 1 guest