thecodex.expert · The Codex Family of Knowledge
Track 1 — Foundations

Java: Foundations

Five lessons from first Java syntax to classes, arrays, and exceptions.

🕐 ~4 hours5 lessonsJava 21 LTS

Lessons

How to use this track: Each lesson links to the Codex reference page. Use reading level tabs (Curious / Exploring / Deep Dive). Check "What to look for". Take the quiz when ready.

Track quiz

4 questions on the Foundations track.

What is the correct way to compare two String values in Java?

What is the default value of an int field in a Java class?

What does final mean for a local variable?

Which access modifier makes a field visible only within its own class?

Practitioner track →