Browse Oracle Certification Guides

1Z0-830 Java 21 Generics Guide

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

Generics are where many candidates start hand-waving. That is exactly what the exam punishes. Generics questions reward precise legality, not approximate intuition.

Work this chapter in order

Lesson Focus
9.1 Bounds and Wildcards Learn how the exam tests generic legality, wildcard direction, and runtime erasure limits.

Fast routing inside this chapter

If the question is really about… Go first to…
type parameter legality or generic methods 9.1 Bounds and Wildcards
extends and super wildcard direction 9.1 Bounds and Wildcards
runtime generic limits 9.1 Bounds and Wildcards

What strong answers usually do

  • keep invariance in mind unless a wildcard changes the relationship
  • use PECS as a starting point, then verify the exact read and write behavior
  • remember erasure limits what survives to runtime

In this section

Revised on Sunday, May 10, 2026