Page 1 of 1
About Question enthuware.ocpjp.v8.2.1215 :
Posted: Sat May 21, 2016 12:36 am
by javabean68
Hi all,
shoudn't it here be:
Code: Select all
Path p1 = Paths.get(new URI("file:///e:/temp/records"));
instead of
Path p1 = Paths.get(new URI("file://e:/temp/records"));
Thank you,
Fabio
Re: About Question enthuware.ocpjp.v8.2.1215 :
Posted: Sat May 21, 2016 8:26 pm
by admin
You could do that but that doesn't really affect the question.
HTH,
Paul.
Re: About Question enthuware.ocpjp.v8.2.1215 :
Posted: Tue Feb 28, 2017 2:42 pm
by runnerdave
In the javadoc they refer to "installed providers" how would you install a provider?
What does that mean?
Thanks,
Re: About Question enthuware.ocpjp.v8.2.1215 :
Posted: Tue Feb 28, 2017 10:39 pm
by admin
runnerdave wrote:In the javadoc they refer to "installed providers" how would you install a provider?
What does that mean?
Thanks,
Not relevant for the exam but it refers to this:
https://docs.oracle.com/javase/7/docs/a ... vider.html