Page 1 of 1

About Question enthuware.ocpjp.v8.2.1219 :

Posted: Fri Sep 30, 2016 5:28 am
by vlive07@gmail.com
Is it in OCP SE 8 Syllabus?

Re: About Question enthuware.ocpjp.v8.2.1219 :

Posted: Fri Sep 30, 2016 10:28 am
by admin
Yes, it is.

HTH,
Paul.

Re: About Question enthuware.ocpjp.v8.2.1219 :

Posted: Sun Jun 18, 2017 9:40 am
by UncleF
No, it's not.

Exam objectives for OCP 7:
"Java File I/O (NIO.2)
Operate on file and directory paths with the Path class
Check, delete, copy, or move a file or directory with the Files class
Read and change file and directory attributes, focusing on the BasicFileAttributes, DosFileAttributes, and PosixFileAttributes interfaces
Recursively access a directory tree using the DirectoryStream and FileVisitor interfaces
Find a file with the PathMatcher interface
Watch a directory for changes with the WatchService interface"

Exam objectives for OCP 8:
"Java File I/O (NIO.2)

Use Path interface to operate on file and directory paths
Use Files class to check, read, delete, copy, move, manage metadata of a file or directory
Use Stream API with NIO.2"

This is the question about: "Recursively access a directory tree using the DirectoryStream and FileVisitor interfaces", which was on OCP 7, but was removed for OCP 8.

It is still in 1Z0-813 exam objectives (upgrade from Java 6 to Java 8 OCP):
"Java File I/O (NIO.2)

Operate on file and directory paths by using the Paths class
Check, delete, copy, or move a file or directory by using the Files class
Recursively access a directory tree by using the DirectoryStream and FileVisitor interfaces
Find a file by using the PathMatcher interface, and use Java SE 8 I/O improvements, including Files.find(), Files.walk(), and lines() methods
Observe the changes in a directory by using the WatchService interface"

But the question is: why this question is in 1Z0-809 exam questions bank?
The same question goes to all those numerous Thread class related question which are not part of 1Z0-809 or 1Z0-813.

Re: About Question enthuware.ocpjp.v8.2.1219 :

Posted: Sun Jun 18, 2017 11:50 pm
by admin
Hi,
That response is quite old. After that we moved all the thread related questions to a separate section named "14 - Not in Syllabus - Threads - join/yield/interrupt/sleep". These question are not included in any test. But they are in the question bank to make sure any previous test attempts will still open correctly.

Question 2.1220 was also moved to a section named "14 - Not In Syllabus - NIO" and 2.1219 should have been moved as well but apparently it was not. It has now been moved and removed from the test as well. If you download the latest question bank file (v 1.57), you will not encounter these questions.

thank you for your feedback!
Paul.