Browse Oracle Certification Guides

1Z0-830 Java 21 I/O, NIO.2 and Serialization Guide

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.

Work this chapter in order

Lesson Focus
13.1 Files and Serialization Learn how the exam tests file APIs, stream families, path operations, and serialization behavior.

Fast routing inside this chapter

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

What strong answers usually do

  • choose the API family that matches bytes vs characters vs path operations
  • treat Files and Path contracts as explicit, not approximate
  • remember serialization is a feature with constraints and risks, not a magical persistence default

In this section

Revised on Sunday, May 10, 2026