Page 1 of 1

About Question enthuware.ocpjp.v7.2.1188 :

Posted: Wed Nov 27, 2013 5:22 am
by Ambiorix
java.sql.Connection is a standard JDK class. You cannot change that.
It's an Interface not a class.

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

Posted: Wed Nov 27, 2013 9:53 pm
by admin
While it is true that it is an interface, it is common practice to call both as class when the difference is irrelevant for the point in discussion. After all, there is a "class" file with extension .class, not .interface :)

Even so, it has been updated to make it clear.

thank you for your feedback!
Paul.