- 8.1. Operate on file and directory paths with the Path class
- 8.2. Check, delete, copy, or move a file or directory with the Files class
- 8.3. Read and change file and directory attributes, focusing on the BasicFileAttributes, DosFileAttributes, and PosixFileAttributes interfaces
- 8.4. Recursively access a directory tree using the DirectoryStream and FileVisitor interfaces
- 8.5. Find a file with the PathMatcher interface
- 8.6. Watch a directory for changes with the WatchService interface
- 9.1. Use Path interface to operate on file and directory paths
- 9.2. Use Files class to check, read, delete, copy, move, manage metadata of a file or directory
- 9.3. Use Stream API with NIO.2
I have two questions now:
1) Are those topics really still there in the official exam?
2) How much can I trust the topics list? I've based my study on that, without studying subjects that have been removed. (I needed this comparison with OCP7 because I studied from many books, most of them referring to the previous version of the exam)