Core Java theorytheory 0/50 · 0%
Types · medium

22. Wrapper Classes

Objects for primitives.

Every primitive has a corresponding wrapper class (e.g., int -> Integer). Autoboxing handles conversions automatically.

Check your understanding

  1. 1. Primitive to Wrapper conversion?

  2. 2. Wrapper for char?