- 🧠 9.1 Introducing NIO.2
- 🧠 9.2 Interacting with Paths and Files
- 🧠 9.3 Understanding File Attributes
- 🧠 9.4 New Stream Methods
- 🧠 9.5 Comparing Legacy Methods
- 📝 Revision Notes
- ✅ Review Questions
- Use
Path
interface to operate on files and directory paths - Use
File
class to copy, move, delete, rename and manage metadata of file/directory - Use the Stream API with NIO.2