Browse Oracle Certification Guides

1Z0-830 Java 21 Arrays and Collections Guide

Study 1Z0-830 Java 21 Arrays and Collections: key concepts, common traps, and exam decision cues.

This chapter is where Java intuition often becomes wrong. The exam keeps asking whether a collection is mutable, ordered, fixed-size, sequenced, sorted, or only apparently familiar.

Work this chapter in order

Lesson Focus
8.1 Collections and Mutability Learn how the exam tests list, set, map, deque, ordering, and factory-method behavior.

Fast routing inside this chapter

If the question is really about… Go first to…
list vs set vs map vs deque behavior 8.1 Collections and Mutability
sorting, encounter order, or first and last operations 8.1 Collections and Mutability
List.of, Arrays.asList, wrappers, or mutability 8.1 Collections and Mutability

What strong answers usually do

  • identify mutability and ordering before predicting a result
  • remember collection factories do not all return the same behavioral contract
  • treat Java 21 sequenced collection features as active, not optional trivia

In this section

Revised on Sunday, May 10, 2026