Study 1Z0-830 Java 21 Types, Operators and Text: key concepts, common traps, and exam decision cues.
This chapter is where many later mistakes begin. If your type reasoning is vague here, your guesses on generics, overloads, streams, and exceptions will stay unreliable.
| Lesson | Focus |
|---|---|
| 1.1 Types and Text | Learn how the exam tests primitive math, wrapper behavior, string handling, text blocks, operator order, and local inference. |
| If the question is really about… | Go first to… |
|---|---|
| widening, boxing, overflow, or numeric promotions | 1.1 Types and Text |
string pooling, immutability, text blocks, or StringBuilder edits |
1.1 Types and Text |
operator precedence, side effects, or var limitations |
1.1 Types and Text |
String immutability and StringBuilder mutability as distinct behavior families