shoudn't it here be:
Code: Select all
Path p1 = Paths.get(new URI("file:///e:/temp/records"));
Thank you,Path p1 = Paths.get(new URI("file://e:/temp/records"));
Fabio
Moderator: admin
Code: Select all
Path p1 = Paths.get(new URI("file:///e:/temp/records"));
Thank you,Path p1 = Paths.get(new URI("file://e:/temp/records"));
Not relevant for the exam but it refers to this: https://docs.oracle.com/javase/7/docs/a ... vider.htmlrunnerdave wrote:In the javadoc they refer to "installed providers" how would you install a provider?
What does that mean?
Thanks,
Users browsing this forum: No registered users and 10 guests