Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817
Moderator: admin
-
javabean68
- Posts: 31
- Joined: Wed Mar 16, 2016 8:38 am
-
Contact:
Post
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
-
admin
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
-
Contact:
Post
by admin »
You could do that but that doesn't really affect the question.
HTH,
Paul.
-
runnerdave
- Posts: 12
- Joined: Mon Jan 30, 2017 2:58 pm
-
Contact:
Post
by runnerdave »
In the javadoc they refer to "installed providers" how would you install a provider?
What does that mean?
Thanks,
-
admin
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
-
Contact:
Post
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
Users browsing this forum: Google [Bot] and 2 guests