Study 1Z0-830 Java 21 I/O, NIO.2 and Serialization: key concepts, common traps, and exam decision cues.
This chapter is about contract awareness. Java file and stream APIs are precise, and serialization questions usually reward the candidate who remembers that safety and compatibility are design concerns, not defaults.
| Lesson | Focus |
|---|---|
| 13.1 Files and Serialization | Learn how the exam tests file APIs, stream families, path operations, and serialization behavior. |
| If the question is really about… | Go first to… |
|---|---|
| byte streams vs readers and writers | 13.1 Files and Serialization |
Path, Files, walking, or attributes |
13.1 Files and Serialization |
| serialization and object persistence behavior | 13.1 Files and Serialization |
Files and Path contracts as explicit, not approximate